ohchase / divert

Rust bindings for Recast Navigation.
https://crates.io/crates/divert
31 stars 10 forks source link

Examples #5

Open ohchase opened 7 months ago

ohchase commented 7 months ago

The examples are not of good quality. Create an example not dependent on trinitycore mmaps, and properly demonstrate rayon(?) parallel path finding. The operations are computationally blocking, so not aware of this library being of any use for tokio / work stealing runtimes where you dont want to block.