GP32 Fast Plasma


Thanks for sharing this, very useful!!
I was looking for some plasma examples recently too. Now I have some actual gp32 specific code to play around with, which helps us newbies no end :)

Thanks again!
 
Hi,
I am trying to compile your code using mingp32, but I get a linker error for the function cos(),
do I need a math library to be installed to make this code work properly ?

please let me know. BTW I am a noob to gp32 development

Thanks
-vishwa

PS: do anyone know about a site that can teach step by step programming for GP32 ? I have installed mingp32 successfully, it compiles and runs the test program without any problem.
 
Thanks,
that worked.

Do you have a good guide with some sample applications to develop stuff for GP32 ?

thanks a lot

-vishwa
 
Thanks for the suggestion,
I also went through the tutorials contains in the CD that came along with my GP32.
I am ok with C (not much good with it). I have written three of GBA games earlier..
However, I had a question, When I use the trig function in my program (I am using devKitAdvance this time), the functions sin & cos returns huge numbers.. I thought they were supposed to return some fractions. Is there something that I am doing wrong ?

please let me how much this functions returns when ran in one of your progs

sy=cos(10 * 3.14/180);

Thanks
-vishwa

BTW I have -lm switch in the linker options
 
Back
Top