box2d-rs 0.0.4

Port of Box2d to Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod b2_distance_joint;
pub mod b2_friction_joint;
pub mod b2_gear_joint;
pub mod b2_motor_joint;
pub mod b2_mouse_joint;
pub mod b2_prismatic_joint;
pub mod b2_pulley_joint;
pub mod b2_revolute_joint;
pub mod b2_weld_joint;
pub mod b2_wheel_joint;

#[cfg(feature="serde_support")]
pub mod serialize;