aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..586c4e9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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%