Command line arguments:
For comfort:
--window-mode : Window Mode
For optimization:
--no-clouds : Disable the clouds
--no-trees : Disable the trees
--no-textures : Disable textures.
--flat-shading : Flat shading enabled (Default smooth shading)
Files needed to compile:
An installation of openGL.
An installation of GLUT.
For linux get glut from:
http://www.opengl.org/developers/documentation/glut/index.html?GLUT+download#first_hit
for Windows get glut from:
http://www.xmission.com/~nate/glut.html
To compile:
- Linux
run the Makefile: %> make
- Windows
Compile with VC++ (Tested with vc++ 6.0) Mac :
Not tested on Mac but if you can compile and run on a mac please fill in a request on the sourceforge site: http://sf.net/projects/poopmup
