Documentation for pspgu

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

Moderators: cheriff, TyRaNiD

Post Reply
JustChris
Posts: 21
Joined: Thu Nov 03, 2005 7:17 am

Documentation for pspgu

Post by JustChris »

Is there online documentation for the pspgu libraries? Since I can't seem to find it in the svn repository.

Just hoping that there is some explanation for all or most of pspgu's functions, flags, etc. Sort of what the OpenGL reference manual is for OpenGL.
User avatar
ReKleSS
Posts: 73
Joined: Sat Jun 18, 2005 12:57 pm
Location: Melbourne, Australia

Post by ReKleSS »

Run make doc over the sdk source tree to build the doxygen stuff, which should help you out. Or just read the pspgu.h source, which is what the html docs are built off. Other than that, just read the opengl docs for the relevant function, most of the time it should apply. Oh, and look over the GU samples.
-ReK
Post Reply