Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 496 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 496 Bytes

Simulation-Visualizer

Simulation research project using OpenGL and PATH solver

gif of tumbling cube

Simulates and visualizes rigid body dynamics, using a geometrically implicit time-stepping scheme and formulating the physics as a mixed nonlinear complementarity problem.

Written in C++. Uses OpenGL and the PATH solver. Interface is made using Dear ImGui.