Playground is a simple interactive physics engine which supports
- Rigid body simulation
- Real-time collision detection
- Sequential Impulse Solver based collision resolution
- GLAD (Tested with version 0.1.33)
- GLFW (Tested with version 3.3)
- Dear ImGui (Tested with version 1.79)
Enter the following command in your terminal.
g++ -o playground src/main.cpp src/playground/* src/physics/* src/graphics/* src/gui/* -std=c++11 -framework OpenGL -lglfw -I include -DIMGUI_IMPL_OPENGL_LOADER_GLAD
