927910bf63 | ||
---|---|---|
assets | ||
examples | ||
src | ||
.gitignore | ||
CHANGELOG.MD | ||
Cargo.toml | ||
README.MD | ||
demo.gif |
README.MD
Inverse kinematics for Bevy
A Bevy plugin for inverse kinematics. Supports positional and pole targets.
Bevy Version Support
I intend to track the latest releases of Bevy.
bevy | bevy_mod_inverse_kinematics |
---|---|
0.8.1 | 0.1 |
0.9.0 | 0.2 |
Examples
Have the right arm of a skinned mesh follow the mouse cursor:
cargo run --example skin_mesh
Licensing
This project is dual-licensed under either
at your option.