Skip to content

Example of A* pathfinding implemented in Bevy with an ECS tilemap

License

Notifications You must be signed in to change notification settings

FreddyWordingham/Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy Pathfinding Demo

Bevy Pathfinding Demo

Example of how to implement pathfinding in Bevy operating on a 2D tilemap.

Overview

This small demo shows how to use pathfinding in Bevy, using a tilemap to represent the landscape of the world.

Running the demo

After cloning the repository, navigate to the top-level directory:

git clone https://github.com/FreddyWordingham/Pathfinding.git
cd Pathfinding

Compile and run the application by execute the following command:

cargo run --release

About

Example of A* pathfinding implemented in Bevy with an ECS tilemap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published