Portage of Nehe Tutorials 1 to 10 for PSPGL (v0.1)

PSPGLPSP developer Edorul has completed the ten first tutorials of Nehe modified to compile with PSPGL. The archive includes a mini tutorial to install PSPSDK and PSPGL, and “glut.c” – a modified version of the one in PSPGL. This version allows one to push arrows or triggers (except start, select, cross, triangle, square and circle). They will remain activated until they are detected and can be used by the program.

To use this version, you will need to replace the original, compile pspgl and re-install it.

– Nehe01 : A “skeleton” for future programs with a working Makefile. It initialises pspgl and give you all the functions in order to use PSP arrows pad, triggers, keys and joystick.

– Nehe02 to Nehe10 : these are adaptations of cygwin versions of Nehe tutorials, modified in order to run on a PSP.

Each folder includes a working Makefile, “psp-setup.c” which is needed to compile pspgl programs.  The  “copy.sh” permits one to copy directly his/her program to the PSP without living cygwin by typing “./copy.sh”. Modifications are indicated by “@@@”.

Bugs:

  • Nehe08 : Using blend and light at the same time causes the cube to disappear.
  • Nehe10 : Idem as Nehe08, and there is a clipping problem. If a point of a triangle is out of the clipping area the entire triangle will not show up. This is  especially noticable with the cell and floor.

Download [Nehe Tutorials 1-10 v0.1]

PSPGLPSP developer Edorul has completed the ten first tutorials of Nehe modified to compile with PSPGL. The archive includes a mini tutorial to install PSPSDK and PSPGL, and “glut.c” – a modified version of the one in PSPGL. This version allows one to push arrows or triggers (except start, select, cross, triangle, square and circle). They will remain activated until they are detected and can be used by the program.

To use this version, you will need to replace the original, compile pspgl and re-install it.

– Nehe01 : A “skeleton” for future programs with a working Makefile. It initialises pspgl and give you all the functions in order to use PSP arrows pad, triggers, keys and joystick.

– Nehe02 to Nehe10 : these are adaptations of cygwin versions of Nehe tutorials, modified in order to run on a PSP.

Each folder includes a working Makefile, “psp-setup.c” which is needed to compile pspgl programs.  The  “copy.sh” permits one to copy directly his/her program to the PSP without living cygwin by typing “./copy.sh”. Modifications are indicated by “@@@”.

Bugs:

  • Nehe08 : Using blend and light at the same time causes the cube to disappear.
  • Nehe10 : Idem as Nehe08, and there is a clipping problem. If a point of a triangle is out of the clipping area the entire triangle will not show up. This is  especially noticable with the cell and floor.

Download [Nehe Tutorials 1-10 v0.1]

Add a Comment

Your email address will not be published. Required fields are marked *