5 unstable releases
0.3.1+Jolt-5.0.0 | May 19, 2024 |
---|---|
0.3.0+Jolt-5.0.0 | May 19, 2024 |
0.2.0+Jolt-5.0.0 | Apr 23, 2024 |
0.1.1+Jolt-5.0.0 | Apr 22, 2024 |
0.1.0+Jolt-5.0.0 | Apr 22, 2024 |
#2 in #jolt
212 downloads per month
6MB
37K
SLoC
rolt
— aspirationally safe Rust Jolt bindings
This crate contains a higher-level wrapper around JoltC, providing ergonomics comparable to using Jolt from C++.
The safety of this crate is currently provided on a best-effort basis.
For more complete and unsafe bindings, see joltc-sys.
Build Requirements
- CMake 3.16 or newer
libclang
, see the bindgen guide for installation steps.
Features
double-precision
: Forwards tojoltc-sys/double-precision
object-layer-u32
: Forwards tojoltc-sys/object-layer-u32
lib.rs
:
Safe Rust wrapper around Jolt Physics using JoltC.
These bindings are best-effort and incomplete. The [joltc-sys][joltc_sys] crate contains the unsafe bindings that this crate uses and covers a lot more of Jolt's API.
These bindings target Jolt Physics 5.0.0. You can view the C++ documentation for this version of Jolt Physics here:
Dependencies
~3.5–6.5MB
~166K SLoC