GP32 Can Someone Please Help Me With Images In C++ ???


toxik

Still Fresh
Joined
Nov 16, 2003
Messages
35
Age
35
Location
England
Website
Visit site
I have no idea how to use images when coding in c++ Can someone please tell me? Also how could i make these images play an animation sequence at certain speeds to make it suit the charater controling it.... any help on this subject will be most appreciated! :)

thanks!!!
 
I would suggest that you look into sdl. It is free and very robust. It is supported in linux, winblowass and gp32. You can release your game 3 times. This is the avenue that I am persuing with my sdl games. Outside of that you have the typical low level image manipulation in devkitadvance and the gpdevkit. Very nasty... But there are sources available and I guess if you wanted to invest enough time (I DONT)you could do things that way.
 
Do you know how to compile a small GP32 program yet? Have you set up GCC to compile your GP32 stuff? If not, I reccomend MiniGp32.
 
Back
Top