An open API service indexing awesome lists of open source software.

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

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

![enginescreenshot](https://user-images.githubusercontent.com/60903484/174444057-ac05f7cf-a3f2-454b-96d6-ea5faae948ec.png)

### 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.