PSP 3D Game Programming

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

Moderators: cheriff, TyRaNiD

Post Reply
ezekiel571
Posts: 3
Joined: Fri Mar 17, 2006 2:54 pm

PSP 3D Game Programming

Post by ezekiel571 »

Is it possible to make 3D games for the psp?

if so , what is the best language to use?

I saw that there is a version of opengl called pspgl....

Also, what about direct x?
JesusXP
Posts: 79
Joined: Tue Jan 17, 2006 11:16 am
Location: Ontario, Canada

Post by JesusXP »

Hey dude!

Learn C, first.

You can read alot of stuff online about it, so you wont even need to purchase a book. Here's a good book I got pointed to when I was starting out.
http://www.mindview.net/Books/TICPP/Thi ... CPP2e.html Once your done that, you can come ask for more. Help, Im sure there will be more tutorials about 3d on psp by the time your finished.
hubevolution
Posts: 32
Joined: Wed Mar 17, 2004 6:59 pm

Post by hubevolution »

well you need a lot to learn first ... and directx are only for windows environment :)
Go for OpenGL ... it is portable.
ezekiel571
Posts: 3
Joined: Fri Mar 17, 2006 2:54 pm

Post by ezekiel571 »

I actually know c/c++ and Im thinking of learning opengl for 3d programming. Im definitely a newbie, but i know my way around somewhat.

but my question is why is there pspgl if opengl can be used?
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

pspgl is a port of opengl (opengl|es)
to make users who are familiar with opengl
to use for developement on a homebrew capable
psp (firmwares 1.0, 1.5 ..well ya know)

if you learn opengl then you will find pspgl
quiet similar in functions and is currently
in a some what working state ...although im
basing this on my opinion alone as i played
somewhat with pspgl yet the bugs just kept
building up so i havent played in recent times

but its a most ambitious project indeed and recommend
and in due time will have good if not great performance
10011011 00101010 11010111 10001001 10111010
ezekiel571
Posts: 3
Joined: Fri Mar 17, 2006 2:54 pm

Post by ezekiel571 »

Ahhh...i see, kind of what i thought. Thank you for the confirmation though.
Post Reply