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 f57fbf1

Browse filesBrowse files
authored
N43: First Person Game in 2KB with Rust (rust-gamedev#1289)
1 parent ad11445 commit f57fbf1
Copy full SHA for f57fbf1

File tree

Expand file treeCollapse file tree

2 files changed

+16
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+16
-0
lines changed

‎content/news/043/firstperson.png

Copy file name to clipboard
8.35 KB
Loading

‎content/news/043/index.md

Copy file name to clipboardExpand all lines: content/news/043/index.md
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,22 @@ mutually benefit each other, reusing proven designs for user-friendly Rust APIs.
105105

106106
## Learning Material Updates
107107

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+
108124
## Tooling Updates
109125

110126
### Sprite and Pixel Art Editor

0 commit comments

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