Hi Guys
Background - VB,C and a bit of GBA development
I have recently installed the kit, etc and have got to the point of hello world.
I have my main C algorithm sorted but now (for the port) need to be able to sort graphics and sound out (sound later)
In terms of graphics I need to
1) Draw a main background (e.g. chessboard)
2) draw and move pieces (e.g. chess pieces)
3) Toggle to an options view (with menu) and then back
Strictly 2D stuff, no 3D yet
I know ZERO about graphics on the PSP - Can someone point me in the direction of a
1) Tutorial
2) Sample Code
ANY HELP SERIOUSLY APPRECIATED
THANKS
2D help for a n00b please
Re: 2D help for a n00b please
I think that perhaps you have not searched very in depth for your sample code, because pspChess does all 3 of your graphics operations and the source code is available.pspn00b999 wrote: I have my main C algorithm sorted but now (for the port) need to be able to sort graphics and sound out (sound later)
In terms of graphics I need to
1) Draw a main background (e.g. chessboard)
2) draw and move pieces (e.g. chess pieces)
3) Toggle to an options view (with menu) and then back
www.cse.msu.edu/~bowronch/pspchess_src.zip
-
- Posts: 3
- Joined: Wed Aug 17, 2005 5:48 pm
-
- Posts: 3
- Joined: Wed Aug 17, 2005 5:48 pm
THANK YOU !
I have it -- EXACTLY what I was after - THANK YOU