mina86 / physics-opengl
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Michal Nazarewicz (author)
Sat Jan 17 13:38:04 -0800 2009
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.

