This is a WIP project that aims to render solar system with all the planets orbiting around the sun.
- PBR Workflow (Physically Based Rendering)
- Deferred & Forward Lighting
- MSAA (Multisample Anti Aliasing)
- Bloom
- Tone Mapping
- HDR Rendering
- .glTF Model Loader
Prerequisites: git with git large file storage (git-lfs).
Clone the repo using the following command:
git clone https://github.com/oddStoneGames/SolarSystem.git
cd SolarSystem
- Windows
- Linux
- Hardware with support for OpenGL 4.2 Core
- CMake v3.10+
- C++17 Compiler
- On Linux, these libraries are required to build GLFW
Step 1.
Make a directory for the build files.
mkdir build
Step 2.
Generate the project files.
cmake -S . -B ./build
Step 3.
Build the project.
cmake --build build --config Release --target SolarSystem
Step 4.
Run the executable SolarSystem which is located in the build or build/Release folder.
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
This project has some third-party dependencies, each of which may have independent licensing:
- glad: Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
- glfw: A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
- glm: OpenGL Mathematics
- dear imgui: Immediate Mode Graphical User Interface
- stb: Single-file public domain (or MIT licensed) libraries
- json: JSON for Modern C++
Models:
- Star Of Sun by ARCTIC WOLVES™ is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Mercury by Mieke Roth is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Venus v1.1 by uperesito is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Earth by Freemodels is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Mars by Mieke Roth is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Jupiter - Free Downloadable Model by murilo.kleine is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Saturn (planet) by SebastianSosnowski is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Uranus by SebastianSosnowski is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Neptune by SebastianSosnowski is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
- Pluton v1.1 by uperesito is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).