Solar System scene made from scratch using Modern OpenGL 3.3
- Space Skybox
- Mesh Loader
- Replaceable Textures On Models
- 9 Planets
- Rotation and Orbits
- Custom Event System To Handle Communication
- Free Look and Planet Locked Camera Modes
- Language: C++
- Build System: CMake
- Third Party: ImGui, GLFW, ASSIMP
- Event System: Uses My Custom Event System
- Platform: Windows
- Package System: VCPKG
- Clone the repository along with it's submodules
- Go to
vendor/VCPKGand run bootstrap-vcpkg.bat - Run install_deps.bat in the root directory
- Generate project files or open the folder with Visual Studio.


