BanTheRewind/Cinder-Bullet
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
DOWNLOAD AT YOUR OWN RISK. This repo is being used as a backup for a work in progress. The included test project requires Cinder-MeshHelper: https://github.com/BanTheRewind/Cinder-MeshHelper This block wraps the Bullet 3D physics engine for Cinder. It has a lot of features but there is a lot to go. The goal of this block is to provide an interface to Bullet without overly wrapping it. The heavy lifting, such as world initialization, creating and managing VBOs to represent bodies, memory management, and interaction is done for you. From there, you just use Bullet directly. TO DO LIST - Constraints - Sample ideas - Trampoline magnet - Rigid primitive - Rigid mesh - Dynamic rigid mesh (camera terrain: how to extend an existing body) - Capsule (how to implement Bullet shapes not supported by the block) - Soft body (interacts with rigid) - Soft body mesh from OBJ - Interaction / apply force - Ragdoll (springs, collision callback) - Vehicle - Bullets - Voronoi fracture More about Bullet here: http://bulletphysics.org/wordpress/ https://code.google.com/p/bullet/downloads/list ----------------------------------------- http://www.bantherewind.com http://www.libcinder.org bantherewind@gmail.com
About
Wraps the Bullet 3D physics engine for Cinder
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published