A fancy solar system implemented with OpenGL and Dear ImGui.
- Basic physics: Implemented the well known law of universal gravitation.
- Basic lighting: Implemented the Phong Lighting Model.
- Customizable: Eazily modifiable planet attributes with ImGui menu.
- Some fancy but uselesss visuals: Feat. shiny skybox.
Please read the "readme" in ImGui menu carefully.
- https://github.com/ocornut/imgui
- https://learnopengl.com/
- Newton: For discovering the law of universal gravitation.