File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,21 +93,21 @@ making of [video](https://youtube.com/watch?v=3TOEZ7krhvI) on YouTube.
93
93
94
94
![ 2D Sight Example] ( lineofsight.png )
95
95
96
- [ @basstabs ] published a [ tutorial] (
97
- https://basstabs.github.io/2d-line-of-sight/ ) which explains how to write a
96
+ [ @basstabs ] published a tutorial which explains how to write a
98
97
line of sight algorithm for 2D games in Rust without using trigonometry or
99
98
square roots. It includes vector diagrams and typset math to explain the ideas
100
99
behind each stage of the algorithm, source code for each step, tests to verify
101
100
accuracy of the methods, and suggestions for further improvements.
102
- Additionally, the
101
+ Additionally, the
103
102
[ repository] ( https://github.com/basstabs/2d-line-of-sight ) contains benchmarks
104
103
and a sample application written in [ ggez] ( https://crates.io/crates/ggez ) .
105
104
106
105
_ Discussions: [ /r/rust_gamedev] (
107
106
https://www.reddit.com/r/rust\_gamedev/comments/nx79kq/ )_
108
107
109
108
[ lineofsight ] : https://basstabs.github.io/2d-line-of-sight/
110
-
109
+ [ @basstabs ] : https://github.com/basstabs
110
+
111
111
## Library & Tooling Updates
112
112
113
113
### [ erupt]
You can’t perform that action at this time.
0 commit comments