Hi,
I'm a software engineer and I've worked on PSX and GBA in my free time and want to move to PS2. I have tried ps2sdk and ps2dev packages for win32 but cannot get a nice 3d demo to compile and run. Once I can do a bit of 3d I've a game planned and models created. All the demos I've downloaded always need obscyre library or header files that I can't locate. Are there any nice simple 3d demos that use ps2sdk or ps2dev libraries exclusively?
Any help would be great.
Cheers,
newbie wants 3d help
Looking for demo src, you'll be able to find part of 3D engines (matrix computations,, projections, rendering...) but the only 3D models loading, rendering & animation I know are :
- Neofar libs : http://ps2dev.ofcode.com/index.php?mode=doc
- NoRecess Lightwave scene player : http://norecess.planet-d.net/
Both provide src code, enjoy....
- Neofar libs : http://ps2dev.ofcode.com/index.php?mode=doc
- NoRecess Lightwave scene player : http://norecess.planet-d.net/
Both provide src code, enjoy....
- TiTAN Art Division -
http://www.titandemo.org
http://www.titandemo.org
Re: newbie wants 3d help
Obscure header libraries? Erm... The closest thing to "obscure" libraries I've seen any ps2dev stuff use are gskit, lib ito or gslib, all of which are easily available from ps2dev.orgiprice wrote:All the demos I've downloaded always need obscyre library or header files that I can't locate. Are there any nice simple 3d demos that use ps2sdk or ps2dev libraries exclusively?
If you want to learn how to do all the low level graphics stuff on your own, reading the source of the various graphics libs or looking in BPDemoHarness (available in ps2dev.org cvs) would be a good place to start.
Shoot Pixels Not People!
Makeshift Development
Makeshift Development
3d help
Hey,
If you have ps2linux, download sps2, install it and look at the examples, or go to this directory and look at the samples there (ps2linux)
/usr/doc/PlayStation2/libps2dev/basic3d/
or go to
http://hsfortuna.pwp.blueyonder.co.uk/
Sorry if that doesn't help, but I've only ever made 3d stuff in ps2linux...
If you have ps2linux, download sps2, install it and look at the examples, or go to this directory and look at the samples there (ps2linux)
/usr/doc/PlayStation2/libps2dev/basic3d/
or go to
http://hsfortuna.pwp.blueyonder.co.uk/
Sorry if that doesn't help, but I've only ever made 3d stuff in ps2linux...