This Unity project showcases A* pathfinding visualization. It uses a binary heap / priority queue for the open set and a hashset for the closed set, so it is "standard optimized". The implementation is fully single-threaded.
CristianQiu/Unity-AStarPathfinding-Visualization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Unity project showcasing A* pathfinding visualization.
Topics
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published