Page 1 of 1

A updated tutorial or documentation for starting development

Posted: Thu Sep 23, 2004 6:29 pm
by necromund
I have the ps2sdk enviorement installed on Linux (using the toolchain.sh). I have read the the samples included but i don't know where to find documentation about the functions that appears in this examples.
I went to ps2sdk documentation page but there it isn't explaination about how the functions work, so... where i can find documentation or a updated tutorial to starting development in ps2sdk?

Posted: Thu Sep 23, 2004 7:41 pm
by blackdroid
there is no real documentation really, other than the tutorials on ps2dev.org and the ps2sdk source. the reason for lack of docs on the documentation page is that not enough people work on adding doc tags explaining what the different functions do etc. so doxygen just puts up the header declaration.

Posted: Thu Sep 23, 2004 7:44 pm
by pixel
Best thing is to read samples and other piece of code in order to understand...