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...
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...