public
Description: A Solar System simulator and a basic physics engine written in OpenGL
Homepage: http://mina86.com/
Clone URL: git://github.com/mina86/physics-opengl.git
name age message
file .gitignore Loading commit data...
file Doxyfile
file LICENSE
file Makefile
file README
directory data/
directory src/
README
To build OpenGL programs simply invoke "make" command.  It will create
a temporary "objs" directory and a "dist" directory containing
executable files.

The package contains two applications:
* solar -- a simulation of the Solar system.  No physics are applied
           in it, only a bunch of spheres flying around each other.
* physics -- a physics simulator.

To build documentation call "make doc" which will build HTML
documentation in doc/html/index.html -- for further information you
should refer to this file.