Crates.io | c3dio |
lib.rs | c3dio |
version | 0.8.0 |
source | src |
created_at | 2023-08-20 05:11:52.52996 |
updated_at | 2024-04-08 06:45:53.716495 |
description | A library for reading and writing C3D motion capture files. |
homepage | https://chiron.rs/c3dio |
repository | https://github.com/biomechanics-foundation/c3dio |
max_upload_size | |
id | 949171 |
size | 210,094 |
A c3d parser, writer and editor written in Rust.
Load a c3d file:
use c3dio::{C3d, C3dParseError};
let c3d_data = C3d::load("test.c3d");
Load only the parameters/header (no data):
use c3dio::{C3d, C3dParseError};
let c3d_parameters = C3d::load_parameters("test.c3d");
PRs, feature requests, and issues are welcome!
c3dio
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.