| Crates.io | bevy_2d_inverse_kinematics |
| lib.rs | bevy_2d_inverse_kinematics |
| version | 0.5.0 |
| created_at | 2025-04-07 14:30:08.132437+00 |
| updated_at | 2025-10-20 15:50:26.711038+00 |
| description | A 2D inverse kinematics plugin for Bevy |
| homepage | |
| repository | https://github.com/ntibi/bevy_2d_inverse_kinematics |
| max_upload_size | |
| id | 1624242 |
| size | 204,224 |
a bevy plugin for 2d inverse kinematics solved by FABRIK
2d meaning it has 3 degrees of freedom (XY translation, Z rotation)
Forward And Backward Reaching Inverse Kinematics
description here
basic IK arm that follows the mouse cursor
cargo run --example arm
cute frog procedurally walking with IK animated legs
cargo run --example frog
human looking voxel model with arms that follows the mouse
cargo run --example model