File tree 2 files changed +19
-0
lines changed
Filter options
2 files changed +19
-0
lines changed
Original file line number Diff line number Diff line change @@ -227,6 +227,25 @@ feedback would be very appreciated.
227
227
228
228
[ scene-graph ] : https://github.com/sanbox-irl/scene-graph
229
229
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
+
230
249
## Popular Workgroup Issues in Github
231
250
232
251
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments