diff --git a/freeglut/web-src/progress.php b/freeglut/web-src/progress.php index 12ed674..8471b4a 100644 --- a/freeglut/web-src/progress.php +++ b/freeglut/web-src/progress.php @@ -7,14 +7,14 @@ $require_target .= "template.php"; require($require_target); # Now set the title of the page: -setPageTitle("Basic Page"); +setPageTitle("A Look At Progress"); # Make the header. generateHeader($_SERVER['PHP_SELF']); ?> -
What?
-

freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available and highly portable.

+
Future Goals
+

This still needs filling in, but be assured it will contain something like, "become an even better library."