This is not a strictly GapiDraw related question, then again, it applies to GapiDraw development as well.
Having realized that small puzzle games never sell big time, at least mine didn't, I started development on a major strategy game about a year ago.
Currently I'm almost done with the entire data structure framework, and have started doing some graphics.
I'm using a lot of sprites, and find it a bit troublesome when I have to add every single gfx file to the resources in my project (I prefer to keep the gfx in my exe file). Does anyone have an idea how to do this easily? like a tool or something that updates the resource script and generates the necessary code.
Thomas