| View previous topic :: View next topic |
| Author |
Message |
={<SMOKE>}=
Joined: 13 Aug 2005 Posts: 2 Location: Hershey, PA
|
Posted: Sat Aug 13, 2005 9:44 am Post subject: how feasible is 3d psp development for a newcomer? |
|
|
| i'm a comp sci major and have had 3 c++ courses. i am very interested in game development and would love to start programming on the psp. how feasible is this? i understand the graphics library for the psp is very similar to opengl (i have no experience with it though). would i be better off working through a book or two focused on opengl and c++ game development on the pc first? also, how is animation being done on the psp? |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sat Aug 13, 2005 10:33 am Post subject: Re: how feasible is 3d psp development for a newcomer? |
|
|
| ={<SMOKE>}= wrote: | | i understand the graphics library for the psp is very similar to opengl (i have no experience with it though). |
There is actually a small port of OpenGL in SVN. Check it out :)
| Quote: | | would i be better off working through a book or two focused on opengl and c++ game development on the pc first? | It would allow you to have a better grasp of OpenGL, so then you can use the knowledge on the PSP. | Quote: | | also, how is animation being done on the psp? | OpenGL and libGU
All the stuff that is ported is in SVN, http://svn.pspdev.org/psp _________________ Lego of my Ago! |
|
| Back to top |
|
 |
jboldiga
Joined: 20 Jun 2005 Posts: 27
|
Posted: Sat Aug 13, 2005 11:18 am Post subject: |
|
|
| you might want to start here www.gamedev.net and get a solid understanding of 3D (as you have not yet had a graphics class). That site has a plethora of graphics and gaming devlopment information. |
|
| Back to top |
|
 |
={<SMOKE>}=
Joined: 13 Aug 2005 Posts: 2 Location: Hershey, PA
|
Posted: Sun Aug 14, 2005 2:18 am Post subject: Re: how feasible is 3d psp development for a newcomer? |
|
|
| Agoln wrote: | | ={<SMOKE>}= wrote: | | also, how is animation being done on the psp? | OpenGL and libGU
All the stuff that is ported is in SVN, http://svn.pspdev.org/psp |
how do you do animation in opengl? and would it be possible to use a software package like maya for psp development? |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sun Aug 14, 2005 4:47 am Post subject: Re: how feasible is 3d psp development for a newcomer? |
|
|
| ={<SMOKE>}= wrote: |
how do you do animation in opengl? and would it be possible to use a software package like maya for psp development? |
OpenGL is a grapics library, and you can do animation all you want on it. Major games are made with it....
If you are talking about an animation movie, then you may want to look away from OpenGL. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
|