aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 586c4e9b52294ad0c6c6775333482a530a14f508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Space-simulator
is 3D application that imitates basic elements of solar system. Distributed under the GNU General Public License, version 3.

## Dependencies:
* OpenGL Extension Wrangler Library (GLEW)
* GLFW
* OpenGL (GL)

### Header only libraries included in source code:
* stb_image
* OpenGL Mathematics (GLM)

## Building:
Run the next commands:
```
make
```

### Notes:
* Collision detection is missing
* I didn't come up with parametric formula for rotation satellite around orbital at an arbitrary angle
* Sizes and interplanetary distances are not right with real to 100%