Adding Graphics and Sound to a C++ Console Application


Hi everyone! Back again with another devlog. This time, I talk about the technology used to make the graphics and sound of CultGame work.

In the past month, I just started using the Curses terminal UI library. It has really improved the user experience of CultGame (you no longer need to press enter to do everything!) and the windows in the UI are now much more organized and nice looking. Additionally, I’m working on an open source library to make interacting with the terminal and curses library much easier!

SDL Mixer sound has been working so far, but I’ve been also working on creating an open source library to manage all of the sound data in an application that uses SDL Mixer for playing sound.

I expect to have gameplay and game-oriented news soon. Getting the tech foundation right is really important to a smooth development process.

Thank you for your attention, and until next time :)

Leave a comment

Log in with itch.io to leave a comment.