xpbd
There are 18 repositories under xpbd topic.
yuki-koyama/elasty
A research-oriented elastic body simulator
Habrador/Ten-Minute-Physics-Unity
Implementations in Unity of the Ten Minute Physics YouTube channel. Instead of using Unity's built-in physics engine, you will learn how to make your own. This is useful if you want to simulate ropes, cloth, tires, etc. You will also learn how to make fluid simulations and soft body physics.
idanarye/bevy-tnua
A floating character controller for Bevy
felipeek/raw-physics
Simple rigid-body physics simulator powered by XPBD.
shnewto/bevy_collider_gen
a library for generating 2D colliders for bevy apps from images
andywiecko/PBD2D
Unity Position Based Dynamics in two dimensions
Q-Minh/position-based-dynamics
eXtended Position based dynamics implementation with soft body virtual cutting
ccincotti3/webgpu_cloth_simulator
WebGPU XPBD Cloth Simulator Project to accompany guides on www.carmencincotti.com
zalo/TetSim
Javascript Tetrahedral FEM Simulation
markeasting/THREE-XPBD
XPBD physics in THREE.js
BarthPaleologue/feather
Lightweight 3D C++ OpenGL engine, with physics powered by XPBD
eduardo98m/RoboSim
RoboSim is a project aimed at creating a user-friendly and customizable rigid body physics simulator for robotics.
markeasting/game
OpenGL game engine
rbarkmore/xpbd
An implementation of "XPBD: position-based simulation of compliant constrained dynamics", MIG'16
vedangjavdekar/XPBDEngine
A physics engine written from scratch in C++ using Raylib for CS6323 Course at UT Dallas
CptNemo0/ClothSimulation
XPBD Cloth Simulation
markeasting/xpbd-wasm
XPBD physics solver in WebAssembly
rodneylab/bevy-xpbd-tutorial
Video game physics engine using Bevy by following Johan Helsing tutorial