gizmo-physics-core 0.1.5

A custom ECS and physics engine aimed for realistic simulations.
Documentation
1
2
3
4
pub use crate::components::collider::{
    BoxShape as Aabb, CapsuleShape as Capsule, Collider, ColliderShape, PlaneShape as Plane,
    SphereShape as Sphere,
};