box3d-rust 0.2.1

Pure Rust port of the Box3D 3D physics engine
Documentation
1
2
3
4
5
6
//! World step tests. EmptyWorld and HelloWorld from test_world.c.

mod ccd;
mod events;
mod mesh_contact;
mod step_sleep;