@@ -72,6 +72,31 @@ If needed, a section can be split into subsections with a "------" delimiter.
72
72
73
73
## Learning Material Updates
74
74
75
+ ### [ Game Development with Rust and WebAssembly] ( https://subscription.packtpub.com/product/game_development/9781801070973 )
76
+
77
+ ![ Game Development with Rust and WebAssembly Book Cover] ( game-development-rust-webassembly.png )
78
+
79
+ A New Book!
80
+
81
+ Game Development with Rust and WebAssembly by Eric Smith (a.k.a @paytonrules )
82
+ was published in April. It takes a tutorial approach to leading the reader
83
+ through building an endless runner using Rust and WebAssembly.
84
+
85
+ From the Summary: This book is an easy-to-follow reference to help you develop
86
+ your own games, teaching you all about game development and how to create an
87
+ endless runner from scratch. You'll begin by drawing simple graphics in the
88
+ browser window, and then learn how to move the main character across the screen.
89
+ You'll also create a game loop, a renderer, and more, all written entirely in
90
+ Rust. After getting simple shapes onto the screen, you'll scale the challenge by
91
+ adding sprites, sounds, and user input. As you advance, you'll discover how to
92
+ implement a procedurally generated world. Finally, you'll learn how to keep your
93
+ Rust code clean and organized so you can continue to implement new features and
94
+ deploy your app on the web.
95
+
96
+ _ Discussions:_ [ twitter] ( https://www.twitter.com/paytonrules ) ,
97
+ [ discord] ( https://discord.gg/EjAunSbpdV ) ,
98
+ [ The Game You'll Build] ( https://rust-games-webassembly.netlify.app )
99
+
75
100
## Tooling Updates
76
101
77
102
## Library Updates
0 commit comments