Skip to content

Installation

Add bevy_alight_motion to your Cargo.toml dependencies:

toml
[dependencies]
bevy_alight_motion = { git = "https://github.com/Bli-AIk/bevy_alight_motion" }

System Dependencies

If you are on Linux, ensure you have the necessary development libraries for Bevy:

bash
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev 
    libwayland-dev libxkbcommon-dev

Released under the MIT License.