You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_An exemple of torchbearer in action, demonstrating both pathfinding and field of view_
235
+
236
+
`torchbearer` by [@redwarp] is a library that provides a set of tools to find your path in a grid based dungeon. Specifically, it provide a quick implementation of pathfinding and field of view algorithm.
237
+
238
+
The 0.6.x version rewrites the field of view algorithm to cast vision rays in a bresenham circle around the point of origin. This change from its [original implementation](https://sites.google.com/site/jicenospam/visibilitydetermination) makes it faster as it removes the needs for error correction.
0 commit comments