mina86 / physics-opengl

A Solar System simulator and a basic physics engine written in OpenGL

Home Page:http://mina86.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Solar System simulator and a basic physics engine written in OpenGL

http://mina86.com/

License:GNU General Public License v3.0


Languages

Language:C++ 96.9%Language:Makefile 2.8%Language:C 0.3%