Skip to content

Wadedacoder/PBDynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PBDynamics

PBDynamics is a simple physics engine based on Position Based Dynamics. It is written in C++ and uses OpenGL for rendering.

Dependencies:

To build the project:

mkdir build 
sudo bash ./build.sh -c
./PBDynamics

To run the simulation:

  • Press space to start the simulation
  • Press q to enable and disable the camera movement
  • Move the camera using w, a, s, d
  • Press ctrl to exit the simulation

TODO:

  • Fix orthographic projection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages