Skip to content

A simple Verlet integration solver written using the Rust SDL2 bindings.

Notifications You must be signed in to change notification settings

wsandy1/rust-verlet-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Rust Verlet Solver

A simple Verlet integration solver written using the Rust SDL2 bindings. Where's the friction?!

Building

cargo-vcpkg is required in the build process in order to provide the sdl2-gfx binaries.

cargo install cargo-vcpkg
cargo vcpkg build
cargo build

Just run the binary and click anywhere inside the grey circular constraint to spawn a verlet physics object.

About

A simple Verlet integration solver written using the Rust SDL2 bindings.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages