box3d-rust 0.1.0

Pure Rust port of the Box3D 3D physics engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Framed op writers for `Recording`, split from ops.rs by op family.
//! Layouts mirror recording_ops.inl.
//!
//! SPDX-FileCopyrightText: 2026 Erin Catto
//! SPDX-License-Identifier: MIT

mod body;
mod joint;
mod joint_setters;
mod query;
mod shape;
mod world;