Fancy name aside, here’s a tiny writeup on the custom steering-based pathfinding system I developed for BioGrid and implemented on the GPU using OpenCL. I wanted to avoid using classic algorithms like A*, because the number of creatures and potential effectors on a creature might be rather large, especially considering that the creatures themselves will be […]