broccoli-0.1.4 has been yanked.
Overview
Broccoli is a broadphase collision detection library.
The base data structure is a hybrid between a KD Tree and Sweep and Prune.
Uses no_std, but uses the alloc crate.
Inner projects
The broccoli_demo inner project is meant to show case the use of these algorithms.
Screenshot
Screen capture from the inner dinotree_alg_demo project.
Example
use *;