aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-04-15 15:21:57 +0000
committerJoursoir <chat@joursoir.net>2021-04-15 15:21:57 +0000
commit1eea634d15877fc11aeed93a8785337e97a682f3 (patch)
tree1c7ca781d0e14d41da94c78b5209a255a6e55c9b
parentb0b232520dd8fa6b12246bdfdbf7642336960856 (diff)
downloadspace-simulator-1eea634d15877fc11aeed93a8785337e97a682f3.tar.gz
space-simulator-1eea634d15877fc11aeed93a8785337e97a682f3.tar.bz2
space-simulator-1eea634d15877fc11aeed93a8785337e97a682f3.zip
add readme file
-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%