From 1eea634d15877fc11aeed93a8785337e97a682f3 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 15 Apr 2021 15:21:57 +0000 Subject: add readme file --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md 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% -- cgit v1.2.3-18-g5258