Skip to content

A collection of simple A* pathfinding implementations that I am writing for different languages. This was intended as a personal learning project. However if you stumble upon this, feel free to use it. Any feedback would be primo.

License

o-x-y-z-o-n-e/A-Star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-Star Pathfinding Tools

This page is currently being written up.

This project is in very early stages, currently there is a working prototype for .NET 6 (C#). It is primarily focused on a grid based layout. However I might implement a generic graph alternative along side it.

Todo

  • Weight Smoothing (Currently being developed)
  • Path Smoothing
  • Unity Integration
    • Scanning Scene
    • Motor Agents
  • Grid Stitching

Possible Features

  • Jump Point Search (Tinkered with already, haven't got it working yet)
  • Bidirectional Search
  • Theta*

About

A collection of simple A* pathfinding implementations that I am writing for different languages. This was intended as a personal learning project. However if you stumble upon this, feel free to use it. Any feedback would be primo.

Topics

Resources

License

Stars

Watchers

Forks

Languages