gizmo-physics-soft 0.1.5

A custom ECS and physics engine aimed for realistic simulations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cloth;
#[cfg(feature = "gpu_physics")]
pub mod gpu_compute;
pub mod rope;
pub mod soft_body;
pub mod system;

// Re-export common traits and structs
pub use cloth::*;
pub use rope::*;
pub use soft_body::*;