Skip to content

Commit 0e6f877

Browse files
authored
Add entry on the book Game Development in Rust with Macroquad (#605)
1 parent 8664869 commit 0e6f877

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/resources/data.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ description = "Introduction to WGPU and high-level rendering terminology"
9292
categories = ["articles"]
9393
homepage_url = "//nyxtom.dev/2020/10/08/framebuffers/"
9494

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+
95102
[[items]]
96103
name = "Game Development with Rust and WebAssembly by Eric Smith"
97104
description = "Learn how to run Rust on the web while building an endless runner"

0 commit comments

Comments
 (0)