An open API service indexing awesome lists of open source software.

https://github.com/evskii/a-star-pathfinding

A* Pathfinding done in Processing.
https://github.com/evskii/a-star-pathfinding

Last synced: 18 days ago
JSON representation

A* Pathfinding done in Processing.

Awesome Lists containing this project

README

          

# A-Star-Pathfinding made using Processing.

This is an example of how A* Pathfinding works. I used
some online resources to figure out how the algorithm
works and then translated the knowledge over to Processing.
I wanted to challenge myself with the programming and chose
to use Processing as it is a tool I haven't used in a long time.

https://user-images.githubusercontent.com/55562147/137487559-090c16b5-c4bc-4d49-8821-409bdbc478e4.mp4


A* resources I found extremely helpful:

https://medium.com/@nicholas.w.swift/easy-a-star-pathfinding-7e6689c7f7b2

https://www.youtube.com/watch?v=-L-WgKMFuhE&ab_channel=SebastianLague