joltc-sys

Crates.iojoltc-sys
lib.rsjoltc-sys
version0.3.1+Jolt-5.0.0
sourcesrc
created_at2024-04-22 05:23:33.67046
updated_at2024-05-19 23:40:04.938339
descriptionUnsafe bindings to Jolt Physics using JoltC
homepage
repositoryhttps://github.com/SecondHalfGames/jolt-rust
max_upload_size
id1215916
size9,559,144
Lucien Greathouse (LPGhatguy)

documentation

README

joltc-sys — Jolt bindings via [JoltC]

This crate contains unsafe bindings to JoltC.

Build Requirements

  • CMake 3.16 or newer
  • libclang, see the bindgen guide for installation steps.

Features

  • double-precision: Enable higher precision simulation using doubles instead of floats.
  • object-layer-u32: Changes the ObjectLayer type to use 32 bits instead of 16 bits.
Commit count: 69

cargo fmt