Skip to content

MehrdadDw/position-_based_dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Position-Based Dynamics

Basic PBD(position based dynamics) implementation using the SFML library in C++.

Simulation Demo

Prerequisites

  • SFML library installed.
  • A C++ compiler (e.g., g++).
  • Make (for building the project).
  1. prerequisites:
    # linux
    sudo apt install libsfml-dev
    
    # mac
    brew install sfml
  2. Build the simulation by running:
    make all
  3. Run the executable:
    ./pbd

About

showcasing the position based dynamics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published