#collision #extensible #management

collide

Simple extensible collision management

2 unstable releases

0.2.0 Jan 9, 2022
0.1.0 May 25, 2021

#15 in #collision


Used in 3 crates

MIT/Apache

4KB

This crate defines a generic collider trait, which is meant to be used by collision detection libraries.

You can define new colliders and implement the Collider trait, so this collider can be used with different collision detection libraries, which use this trait.

If you create a collision detection library, it can use different collider traits. A collision detection library might be generic over vector types, scalar types and dimensions, or specialized for specific vector types, scalar types and dimensions. *

Dependencies

~165KB