@@ -154,6 +154,40 @@ interested in contributing.
154
154
155
155
## Engine Updates
156
156
157
+ ### [ Ambient] [ ambient-github ]
158
+
159
+ ![ A 10-second preview of what's possible with Ambient 0.2] ( ambient.gif )
160
+ _ A 10-second preview of what's possible with Ambient 0.2_
161
+
162
+ [ Ambient 0.2] ( ambient-blog ) is now out after two months of development.
163
+ Ambient is an open-source runtime for building high-performance multiplayer
164
+ games and 3D applications powered by WebAssembly, Rust and WebGPU. Projects
165
+ consist of assets and logic built around the currently Rust-only Ambient API,
166
+ and these projects can be loaded by any compatible runtime running on any
167
+ platform.
168
+
169
+ This release brings a few major features, including basic support for playing
170
+ sounds, being able to run WASM on the client (in addition to the server), and
171
+ automatic proxying of servers by the Ambient Proxy. This allows anyone with
172
+ the URL to connect to a server, without having to worry about port forwarding.
173
+
174
+ Finally, Ambient UI can now be used from guest code. Combined with networking
175
+ and ECS, this unlocks an exciting new capability: multiplayer UI! The blog post
176
+ walks through the creation of a basic multiplayer beat sequencer using these
177
+ features.
178
+
179
+ Check out [ the GitHub] [ ambient-github ] to get started with building for/or
180
+ on Ambient yourself, or chat with the developers and other explorers on
181
+ [ the Discord] [ ambient-discord ] .
182
+
183
+ _ Discussion: [ /r/rust] [ ambient-reddit ] , [ Hacker News] [ ambient-hn ] _
184
+
185
+ [ ambient-github ] : https://github.com/AmbientRun/Ambient
186
+ [ ambient-blog ] : https://www.ambient.run/post/ambient-0-2
187
+ [ ambient-reddit ] : https://www.reddit.com/r/rust/comments/138ii11/ambient_02_multiplayer_ui_sound_clientside_wasm/
188
+ [ ambient-hn ] : https://news.ycombinator.com/item?id=35828165
189
+ [ ambient-discord ] : https://discord.gg/ambient
190
+
157
191
## Learning Material Updates
158
192
159
193
### [ Bevy <3 Github Actions] [ bevy-github-actions-blog ]
0 commit comments