2D help for a n00b please

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pspn00b999
Posts: 3
Joined: Wed Aug 17, 2005 5:48 pm

2D help for a n00b please

Post by pspn00b999 »

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
User avatar
cwbowron
Posts: 76
Joined: Fri May 06, 2005 4:22 am
Location: East Lansing, MI
Contact:

Re: 2D help for a n00b please

Post by cwbowron »

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
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.

www.cse.msu.edu/~bowronch/pspchess_src.zip
pspn00b999
Posts: 3
Joined: Wed Aug 17, 2005 5:48 pm

Post by pspn00b999 »

Thank you ever so much for the link !

Exactly what Im after ..

One problem .... It seems to be a dead link --- will try later and see if it works

Again - THANK YOU
User avatar
cwbowron
Posts: 76
Joined: Fri May 06, 2005 4:22 am
Location: East Lansing, MI
Contact:

Post by cwbowron »

pspn00b999 wrote: One problem .... It seems to be a dead link --- will try later and see if it works
That server seems to be down. You can also get it at bace.bowron.us/pspchess_src.zip
pspn00b999
Posts: 3
Joined: Wed Aug 17, 2005 5:48 pm

THANK YOU !

Post by pspn00b999 »

I have it -- EXACTLY what I was after - THANK YOU
Post Reply