@@ -225,6 +225,35 @@ design, suggestions are welcome to cement a better design. Refer to [example][be
225
225
[ @ElhamAryanpur ] : https://github.com/ElhamAryanpur
226
226
[ @Noswad ] : https://github.com/TheNoswad
227
227
228
+ ### [ Ambient] [ ambient-github ]
229
+
230
+ ![ Image of a scene made with Ambient] ( made_with_ambient.jpg )
231
+
232
+ After over a year in development, [ version 0.1 of Ambient] [ ambient-blog ]
233
+ (formerly known as Dims) was unveiled to the public. It is an open-source
234
+ multiplayer 3D game runtime, compatible with any language that compiles
235
+ to/runs on WebAssembly, and designed to make it easy to build and deploy
236
+ rich multiplayer worlds and experiences.
237
+
238
+ It is guided by several core principles, including seamless networking,
239
+ data-oriented design, interoperability, and more.
240
+ The core runtime is written in Rust and uses WGPU for graphics, Quinn
241
+ for networking and WebAssembly for user logic. This allows it to run on
242
+ all major desktop platforms, with active work underway for the Web and
243
+ other targets.
244
+
245
+ Check out [ the GitHub] [ ambient-github ] (2600 stars!) to get started with
246
+ building for/or on Ambient yourself, or chat to the developers and other
247
+ explorers on [ the Discord] [ ambient-discord ] .
248
+
249
+ _ Discussion: [ /r/rust] [ ambient-reddit ] , [ Hacker News] [ ambient-hn ] _
250
+
251
+ [ ambient-github ] : https://github.com/AmbientRun/Ambient
252
+ [ ambient-blog ] : https://ambient.run/post/introducing-ambient
253
+ [ ambient-reddit ] : https://reddit.com/r/rust/comments/118wlda/introducing_ambient_01
254
+ [ ambient-hn ] : https://news.ycombinator.com/item?id=34906166
255
+ [ ambient-discord ] : https://discord.gg/eQEwPCWSy8
256
+
228
257
## Learning Material Updates
229
258
230
259
### [ Write a First Person Game in 2KB with Rust] [ firstperson-wasm4 ]
0 commit comments