| Crates.io | dynamics-py |
| lib.rs | dynamics-py |
| version | 0.0.1 |
| created_at | 2026-01-25 18:08:47.076467+00 |
| updated_at | 2026-01-25 18:08:47.076467+00 |
| description | An experimental implementation of Rigid Body Dynamics algorithms. |
| homepage | |
| repository | https://github.com/agroudiev/dynamics |
| max_upload_size | |
| id | 2069218 |
| size | 74,682 |
An experimental implementation of Rigid Body Dynamics algorithms.
The API is designed to be close to the Pinocchio library. This project is not a direct port of Pinocchio, but rather an experimental attempt to create a similar API in Rust with Python bindings. The goal is to provide a high-level interface for rigid body dynamics, while also allowing for low-level access to the underlying algorithms. Examples of the Python API can be found in the examples/python directory.
Please note that this project is still in its early stages and is not recommended for production use. The API may change significantly in the future as the project evolves.
Along with classical dependencies like numpy, this project uses: