Skip to content

Commit 873a046

Browse files
committed
N45: Ambient
1 parent 16328a2 commit 873a046

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

content/news/045/ambient.gif

2.19 MB
Loading

content/news/045/index.md

+35
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,41 @@ Participate [by joining the Discord server][cybergate-dis].
9999

100100
## Engine Updates
101101

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+
102137
## Learning Material Updates
103138

104139
### [Bevy <3 Github Actions][bevy-github-actions-blog]

0 commit comments

Comments
 (0)