We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8664869 commit 0e6f877Copy full SHA for 0e6f877
content/resources/data.toml
@@ -92,6 +92,13 @@ description = "Introduction to WGPU and high-level rendering terminology"
92
categories = ["articles"]
93
homepage_url = "//nyxtom.dev/2020/10/08/framebuffers/"
94
95
+[[items]]
96
+name = "Game Development in Rust with Macroquad book by Olle Wreede"
97
+description = "A deep and detailed tutorial about designing and implementing roguelike games in Rust"
98
+categories = ["books", "tutorials"]
99
+homepage_url = "//mq.agical.se/"
100
+repository_url = "//github.com/ollej/macroquad-introduktion"
101
+
102
[[items]]
103
name = "Game Development with Rust and WebAssembly by Eric Smith"
104
description = "Learn how to run Rust on the web while building an endless runner"
0 commit comments