Skip to content

Commit 99bb78e

Browse files
committed
Update for torchbearer
1 parent 6ea373c commit 99bb78e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/news/042/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,19 @@ feedback would be very appreciated.
227227

228228
[scene-graph]: https://github.com/sanbox-irl/scene-graph
229229

230+
### [torchbearer]
231+
232+
![Torchbearer in action](torchbearer.png)
233+
234+
_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.
239+
240+
[torchbearer]: https://github.com/redwarp/torchbearer
241+
[@redwarp]: https://github.com/redwarp
242+
230243
## Popular Workgroup Issues in Github
231244

232245
<!-- Up to 10 links to interesting issues -->

content/news/042/torchbearer.png

7.16 KB
Loading

0 commit comments

Comments
 (0)