Random Etc. Notes to self. Work, play, and the rest.

AI library for Processing

Over on the Processing.org forum, Aaron Steed is putting together some of the AI code he's written into a library, starting with examples of A* pathfinding, genetic algorithms and neural networks.

I did my own implementation of A* based on the same tutorial recently. I've put it online here since our coding styles are quite different and it might be useful to have an alternative example to work with.


1 Comment

Your approach shows some of the same ideas I’m having creating the library. It became clear that a sort of connector class is needed. I think that using Djikstra’s algorithm I could create searches across less cube like spaces, or with teleport style nodes. Thanks for the example.

Posted by RobotAcid on 9 July 2006 @ 7pm