#gamedev #graphics #bevy #animation

bevy_mod_inverse_kinematics

An inverse kinematics plugin for the Bevy engine

4 releases (2 breaking)

0.3.0 Mar 10, 2023
0.2.0 Nov 13, 2022
0.1.1 Sep 20, 2022
0.1.0 Sep 18, 2022

#682 in Game dev

30 downloads per month

MIT/Apache

310KB
141 lines

Inverse kinematics for Bevy

crates.io docs.rs

demo

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
0.10.0 0.3

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

  • MIT License: Available online
  • Apache License, Version 2.0: Available online

at your option.

Dependencies

~13–51MB
~1M SLoC