Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
gui
 
 
lib
 
 
 
 
 
 
 
 

README.md

pathfinding

Personal project to teach myself pathfinding and stuff

dependencies

pathfinders

searchspaces

  • Graph
  • Grid
  • NavMesh
  • QuadTree

TODO

  • QuadTree does not currently permit traveling diagonally between equal sized nodes
  • Implement Linear QuadTree instead/also?
  • Implement HOT queues?
  • Refactor node to not explicitly depend on Vertex?

Thoughts

  • how to handle pathfinder specific rendering needs, such as jps peeked nodes, and hpa abstracted graphs?
  • editable and searchable graph maps should probably be separated from the rest. right?

About

Personal project to learn pathfinding

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.