TheGrimsey / oxidized_navigation

A runtime Nav-Mesh generation plugin for Bevy Engine in Rust.
Apache License 2.0
169 stars 12 forks source link

2D support #17

Closed musjj closed 11 months ago

musjj commented 11 months ago

Would it be possible to support support 2D colliders (bevy_xpbd_2d, etc.)? From what I've seen, it should be technically possible to generate navigation meshes for 2D stuff.

TheGrimsey commented 11 months ago

Maybe but it's not on my to-do list.

It's not quite the same problem. Many things that apply to 3D don't apply to 2D.

It'd probably be easier to make a completely separate crate for it.