Skip to content

Commit 3da9aee

Browse files
authored
N42: torchbearer (#1273)
1 parent 6ea373c commit 3da9aee

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

content/news/042/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,25 @@ 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+
_An exemple of torchbearer in action,
234+
demonstrating both pathfinding and field of view_
235+
236+
[torchbearer] by [@redwarp] is a library that provides a set of tools
237+
to find your path in a grid based dungeon. Specifically,
238+
it provide a quick implementation of pathfinding and field of view algorithm.
239+
240+
The 0.6.x version rewrites the field of view algorithm to cast vision rays
241+
in a bresenham circle around the point of origin.
242+
This change from its [original implementation][torchbearer-orig] makes it faster
243+
as it removes the needs for error correction.
244+
245+
[torchbearer]: https://github.com/redwarp/torchbearer
246+
[@redwarp]: https://github.com/redwarp
247+
[torchbearer-orig]: https://sites.google.com/site/jicenospam/visibilitydetermination
248+
230249
## Popular Workgroup Issues in Github
231250

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

content/news/042/torchbearer.png

7.16 KB
Loading

0 commit comments

Comments
 (0)