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