isaac-mason / recast-navigation-js

JavaScript navigation mesh construction, path-finding, and spatial reasoning toolkit. WebAssembly port of Recast Navigation.
https://recast-navigation-js.isaacmason.com
MIT License
266 stars 24 forks source link

Add functionality for exporting a navmesh for use with other libs #15

Closed isaac-mason closed 1 year ago

isaac-mason commented 1 year ago

Also: create example using result with another library, e.g. three-pathfinding, yuka

isaac-mason commented 1 year ago

https://github.com/isaac-mason/recast-navigation-js/pull/29 progresses this.

After merging that PR, a storybook can be added to demonstrate exporting + using the navmesh with another lib