@@ -99,6 +99,40 @@ Participate [by joining the Discord server][cybergate-dis].
99
99
100
100
## Engine Updates
101
101
102
+ ### [ Ambient] [ ambient-github ]
103
+
104
+ ![ A 10-second preview of what's possible with Ambient 0.2] ( ambient.gif )
105
+ _ A 10-second preview of what's possible with Ambient 0.2_
106
+
107
+ [ Ambient 0.2] ( ambient-blog ) is now out after two months of development.
108
+ Ambient is an open-source runtime for building high-performance multiplayer
109
+ games and 3D applications powered by WebAssembly, Rust and WebGPU. Projects
110
+ consist of assets and logic built around the currently Rust-only Ambient API,
111
+ and these projects can be loaded by any compatible runtime running on any
112
+ platform.
113
+
114
+ This release brings a few major features, including basic support for playing
115
+ sounds, being able to run WASM on the client (in addition to the server), and
116
+ automatic proxying of servers by the Ambient Proxy. This allows anyone with
117
+ the URL to connect to a server, without having to worry about port forwarding.
118
+
119
+ Finally, Ambient UI can now be used from guest code. Combined with networking
120
+ and ECS, this unlocks an exciting new capability: multiplayer UI! The blog post
121
+ walks through the creation of a basic multiplayer beat sequencer using these
122
+ features.
123
+
124
+ Check out [ the GitHub] [ ambient-github ] to get started with building for/or
125
+ on Ambient yourself, or chat with the developers and other explorers on
126
+ [ the Discord] [ ambient-discord ] .
127
+
128
+ _ Discussion: [ /r/rust] [ ambient-reddit ] , [ Hacker News] [ ambient-hn ] _
129
+
130
+ [ ambient-github ] : https://github.com/AmbientRun/Ambient
131
+ [ ambient-blog ] : https://www.ambient.run/post/ambient-0-2
132
+ [ ambient-reddit ] : https://www.reddit.com/r/rust/comments/138ii11/ambient_02_multiplayer_ui_sound_clientside_wasm/
133
+ [ ambient-hn ] : https://news.ycombinator.com/item?id=35828165
134
+ [ ambient-discord ] : https://discord.gg/ambient
135
+
102
136
## Learning Material Updates
103
137
104
138
### [ Bevy <3 Github Actions] [ bevy-github-actions-blog ]
0 commit comments