bevy_c3d
A .c3d asset loader plugin for the Bevy engine
Usage
- Add the crate as a dependency through:
cargo add bevy_c3d
or add it to your Cargo.toml
[]
= "0.12"
= "0.12"
The major and minor versions should match Bevy
- Add the plugin:
use *;
use *;
- Load the
.c3dfile as an asset:
Example
A full example is available at examples/basic.rs.
Clone this repository and use the command cargo run --example basic to run the example.
Support
bevy_c3d is a stand-alone crate used in Chiron, an open-source biomechanics simulation and modeling package supported by the Biomechanics Foundation.
Consider supporting our work to help us contribute more to the body of biomechanics software.