oxidized_navigation

A runtime Nav-Mesh generation plugin for Bevy Engine in Rust.

APACHE-2.0 License

Downloads
21.3K
Stars
137
Committers
3

Bot releases are hidden (Show)

oxidized_navigation - 0.7.0 Latest Release

Published by TheGrimsey about 1 year ago

  • Added support for using XPBD & wrapped Parry3d components for Nav-Mesh generation (Courtesy of @Elabajaba)
  • Add benchmarks.
  • Optimizations in tile building.
oxidized_navigation - 0.4.0

Published by TheGrimsey over 1 year ago

  • Nav-Mesh generation now correctly reacts to removing the NavMeshAffector component.
  • NavMeshAffector is now an empty type, the data has been moved to a resource to enable the above change.
oxidized_navigation - 0.3.0

Published by TheGrimsey over 1 year ago

Update to Bevy 0.10.

What's Changed

Removed NavMeshGenerationState, instead use configure_set and run conditions to pause nav-mesh generation.

Full Changelog: https://github.com/TheGrimsey/oxidized_navigation/compare/0.2.0...0.3.0

oxidized_navigation - 0.2.0

Published by TheGrimsey over 1 year ago

oxidized_navigation - 0.1.0

Published by TheGrimsey almost 2 years ago

Initial release.