https://github.com/05st/physicsengine
Basic 3D physics/rendering engine
https://github.com/05st/physicsengine
3d 3d-graphics opengl physics-engine physics-simulation simple
Last synced: 3 months ago
JSON representation
Basic 3D physics/rendering engine
- Host: GitHub
- URL: https://github.com/05st/physicsengine
- Owner: 05st
- Created: 2022-06-17T19:13:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T15:01:33.000Z (about 4 years ago)
- Last Synced: 2025-03-05T20:54:09.158Z (over 1 year ago)
- Topics: 3d, 3d-graphics, opengl, physics-engine, physics-simulation, simple
- Language: C++
- Homepage:
- Size: 55.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple 3D physics engine. Uses OpenGL to render stuff, and uses verlet integration to solve the physics.
Uses Dear ImGui for the user interfaces.
Some additional features include:
- Entity editor
- Model loading and browsing
- Debug menu

### Controls/How to Use:
Q to toggle mouse lock
Esc to close
First load a model using the model loader, then you can insert entities using the debug menu. Select the model by entering the appropriate ID.