My first effort with the demo framework can be found here .
It's a simple thing but it's always good to get something on the board because then you can look back and either be pleased or frantically try to disassociate yourself from it.
I wanted to do a 16K thing but it falls short of that at 10768 bytes - more work on the "music" would have filled some more space, as would some proper effects.
I've not actually managed to read all the Demo Development thread started by DZZ, but i got up to Demo4 and after being lost managed to see that sound appeared in Demo5 so cobbled that on as well (the bit of sound in the demo is just 136 synthevents which was possibly a bit lazy).
The only attempt to optimise was to compile using -O2.
I couldn't for the life of me get CodeBlocks to behave as i wanted it to (my fault and not the software) and if anyone else trying this sort of thing under windows has the same issues then they might want to create a .bat file in their /devkitGP2X/bin folder that does the compiling and linking.
Any feedback would be great.
It's a simple thing but it's always good to get something on the board because then you can look back and either be pleased or frantically try to disassociate yourself from it.
I wanted to do a 16K thing but it falls short of that at 10768 bytes - more work on the "music" would have filled some more space, as would some proper effects.
I've not actually managed to read all the Demo Development thread started by DZZ, but i got up to Demo4 and after being lost managed to see that sound appeared in Demo5 so cobbled that on as well (the bit of sound in the demo is just 136 synthevents which was possibly a bit lazy).
The only attempt to optimise was to compile using -O2.
I couldn't for the life of me get CodeBlocks to behave as i wanted it to (my fault and not the software) and if anyone else trying this sort of thing under windows has the same issues then they might want to create a .bat file in their /devkitGP2X/bin folder that does the compiling and linking.
Any feedback would be great.