File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Original file line number Diff line number Diff line change @@ -105,6 +105,22 @@ mutually benefit each other, reusing proven designs for user-friendly Rust APIs.
105
105
106
106
## Learning Material Updates
107
107
108
+ ### [ Write a First Person Game in 2KB with Rust] [ firstperson-wasm4 ]
109
+
110
+ ![ Game Preview] ( firstperson.png )
111
+
112
+ [ @grantshandy ] published an [ article] [ firstperson-wasm4 ] about creating a simple
113
+ first-person game in Rust with [ WASM-4] . It covers the basics of a ray casting
114
+ algorithm and minifying Rust with WebAssembly. You can play the finished game
115
+ [ here] [ firstperson-wasm4-game ] .
116
+
117
+ _ Discussion: [ /r/rust] ( https://reddit.com/r/rust/comments/11bdsys/fps_game_2kb_rust ) _
118
+
119
+ [ @grantshandy ] : https://github.com/grantshandy/
120
+ [ firstperson-wasm4 ] : https://grantshandy.github.io/posts/raycasting
121
+ [ firstperson-wasm4-game ] : https://grantshandy.github.io/wasm4-raycaster/
122
+ [ WASM-4 ] : https://wasm4.org
123
+
108
124
## Tooling Updates
109
125
110
126
### Sprite and Pixel Art Editor
You can’t perform that action at this time.
0 commit comments