rolt

Crates.iorolt
lib.rsrolt
version0.3.1+Jolt-5.0.0
sourcesrc
created_at2024-04-22 05:25:20.224056
updated_at2024-05-19 23:42:24.897395
descriptionSafe(-ish) bindings to Jolt Physics
homepage
repositoryhttps://github.com/SecondHalfGames/jolt-rust
max_upload_size
id1215925
size30,008
Lucien Greathouse (LPGhatguy)

documentation

README

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 to joltc-sys/double-precision
  • object-layer-u32: Forwards to joltc-sys/object-layer-u32
Commit count: 69

cargo fmt