vleue_navigator

Crates.iovleue_navigator
lib.rsvleue_navigator
version0.10.2
sourcesrc
created_at2024-03-09 16:43:32.892545
updated_at2024-10-02 00:07:55.854277
descriptionNavmesh plugin for Bevy
homepagehttps://github.com/vleue/vleue_navigator
repositoryhttps://github.com/vleue/vleue_navigator
max_upload_size
id1167960
size3,577,997
publish (github:vleue:publish)

documentation

https://docs.rs/vleue_navigator

README

Navigation for Bevy with NavMesh

MIT/Apache 2.0 Release Doc Crate

Navigation mesh for Bevy using Polyanya.

map with many points finding their paths

Check out the WASM demos

Usage

From a prebuilt NavMesh

Loading a mesh from a gLTF file, then building a NavMesh from it and using it for getting paths. See gltf.rs and NavMesh::from_bevy_mesh.

From obstacle components

Spawn entities marked as obstacles, create the NavMesh live from them. See auto_navmesh_aabb and NavMeshUpdaterPlugin.

Example videos

Pathfinding many agents.

Parameters for NavMesh generation

Reading list

Pathfinding:

NavMesh building:

To Implement

Bevy Supported Versions

Bevy vleue_navigator
0.14 0.8
0.13 0.7
Commit count: 134

cargo fmt