Skip to content

nekosaur/pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages