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']); ?>
We can always use a hand.

Below you'll find how to get the latest CVS copy, API documentation, and probably some ideas on why you should use freeglut.

Check out...

How You Can Help

Go to SourceForge and...

Review current feature requests
Or
Review current bug reports

Anonymous CVS Access

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
Documentation

The Installation Instructions.

How to install freeglut on various platforms.

The Application Programming Interface Documentation

How to use freeglut in your applications.