Allegro 5 and Nuklear UI Integration Notes
I'm trying to make a very full-featured game with Allegro 5. And for the UI side of things, I don't want to cut corners and make something too simple, nor do I want to spend an absurd amount of time making my own UI. So, I chose to use the most obvious, e...
Since around 2012, I have had an ongoing interest in learning about game engines. Particularly open source ones. For the purpose of settling on one and using it for a major project. I've even tried my hand at making my own game engines. In the earlier days, I was unhappy with a lot of game engines,...
Allegro 5 Linux Static Build
There is very little documentation on the net about how to build Allegro games with the command line/Makefiles.
I've cobbled together bits that I've found across the net into a working solution, for development builds.
However, when I want to distribute my game to...