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 2a28e36

Browse filesBrowse files
authored
N36: Gamercade (rust-gamedev#1119)
1 parent 4fa8931 commit 2a28e36
Copy full SHA for 2a28e36

File tree

2 files changed

+39
-0
lines changed
Filter options

2 files changed

+39
-0
lines changed

‎content/news/036/gamercade.gif

Copy file name to clipboard
808 KB
Loading

‎content/news/036/index.md

Copy file name to clipboardExpand all lines: content/news/036/index.md
+39Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,45 @@ Nevertheless, several improvements have been integrated to godot-rust since
275275
[gd-twitter]: https://twitter.com/GodotRust
276276
[gd-gdext]: https://godotengine.org/article/introducing-gd-extensions
277277

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+
278317
## Learning Material Updates
279318

280319
### [Sand Fall With Compute Shaders in Rust]

0 commit comments

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