@@ -275,6 +275,45 @@ Nevertheless, several improvements have been integrated to godot-rust since
275
275
[ gd-twitter ] : https://twitter.com/GodotRust
276
276
[ gd-gdext ] : https://godotengine.org/article/introducing-gd-extensions
277
277
278
+ ### [ Gamercade]
279
+
280
+ ![ Gamercade preview] ( gamercade.gif )
281
+ _ WASM 3d CPU Rendering On a 2d Fantasy Console?_
282
+
283
+ [ Gamercade] ([ Discord] [ Gamercade-Discord ] , [ Github] [ Gamercade-Github ] )
284
+ by @RobDavenport is a WASM powered fantasy console focused
285
+ on building multiplayer neo-retro games.
286
+
287
+ After over half a year in development, Gamercade and related tools are ready
288
+ for pre-alpha testing. This includes the [ console] ( Gamercade-Console ) itself,
289
+ as well as the [ editor] ( Gamercade-Editor ) .
290
+
291
+ Gamercade's killer feature is ease of developing multiplayer games.
292
+ The console is able to simplify networked game development process
293
+ in the best way possible: build a local multiplayer game, and get full online
294
+ play for free!
295
+
296
+ The WASM Api features powerful but simple built-in features like input,
297
+ 2d graphics, random number generation, and more. Limitations do exist, but are
298
+ flexible, such as resolutions up to 1920 x 1080, and a maximum of 256 color
299
+ palettes with up to 64 colors each.
300
+
301
+ The community around the project is small, but is looking to expand.
302
+ Come on over to the [ subreddit] ( Gamercade-Subreddit ) , or hang out and chat
303
+ on [ Discord] ( Gamercade-Discord ) , where the developers interact with members
304
+ and post updates daily. The project is newly [ open source] ( Gamercade-Github )
305
+ and looking for contributors, suggestions, as well as awesome game demos.
306
+
307
+ _ Discussions:
308
+ [ /r/rust_gamedev] ( https://reddit.com/r/rust_gamedev/comments/w8idew/announcing_gamercade_a_new_wasm_powered_fantasy ) ,
309
+ [ /r/fantasyconsoles] ( https://reddit.com/r/fantasyconsoles/comments/w8ics8/announcing_gamercade_a_new_wasm_powered_fantasy ) _
310
+
311
+ [ Gamercade ] : https://gamercade.io
312
+ [ Gamercade-Console ] : https://github.com/gamercade-io/gamercade_console
313
+ [ Gamercade-Editor ] : https://github.com/gamercade-io/gamercade_editor
314
+ [ Gamercade-Discord ] : https://discord.gg/Qafv2Fpt5j
315
+ [ Gamercade-Github ] : https://github.com/gamercade-io
316
+
278
317
## Learning Material Updates
279
318
280
319
### [ Sand Fall With Compute Shaders in Rust]
0 commit comments