divert
divert copied to clipboard
Rust bindings for Recast Navigation.
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...
Check if the public API is stable, try to actually make a future proof plan for moving towards a 1.0.0 stable api. Everything needs documentation, or at least much more...
## Input map_id = 1 ```rust let start_position = Vector::from_xyz(-600.250732421875, -4259.4462890625, 38.9561767578125); let end_position = Vector::from_xyz(289.3760070800781, -4735.45849609375, 9.107324600219727); ``` ## Output ``` Vector { y: -4266.6665, z: 0.5, x: -558.9335,...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...