This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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.








