Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3da9aee

Browse filesBrowse files
authored
N42: torchbearer (rust-gamedev#1273)
1 parent 6ea373c commit 3da9aee
Copy full SHA for 3da9aee

File tree

2 files changed

+19
-0
lines changed
Filter options

2 files changed

+19
-0
lines changed

‎content/news/042/index.md

Copy file name to clipboardExpand all lines: content/news/042/index.md
+19Lines 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

Copy file name to clipboard
7.16 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.