1; $slashes--) { $require_target .= "../"; } $require_target .= "template.php"; require($require_target); # Now set the title of the page: setPageTitle("Info for Developers"); # Make the header. generateHeader($_SERVER['PHP_SELF']); ?>
Below you'll find how to get the latest CVS copy, API documentation, and probably some ideas on why you should use freeglut.
Review current feature requests
Or
Review current bug reports
To check out the most up to date development copy of freeglut, issue the following commands at your command line. When prompted for a password for anonymous, simply press the Enter key.
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freeglut login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freeglut co freeglut
Installation
How to install freeglut on various platforms
Programming API
How to use freeglut in your applications