A simple gravity simulator built in C++, using OpenGL, GLM, and SDL2.
The goal of this project is to experiment with basic physics and rendering to simulate gravitational attraction in 3D space.
- 🌍 Simple gravity simulation with spheres.
- 🎥 Camera system to explore the environment.
- ⚡ Built with OpenGL for rendering.
- 🖥️ Uses SDL2 for window/context management.
- 📐 GLM for math and transformations.
Make sure you have the following installed on your system:
g++(or another C++17+ compiler)makeOpenGLGLMGLEWGLFWSDL2
# Inside the project folder
make
make run