| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ambient-x86_64-pc-windows-msvc.zip | 2023-05-05 | 28.7 MB | |
| ambient-aarch64-apple-darwin.zip | 2023-05-05 | 32.4 MB | |
| ambient-x86_64-unknown-linux-gnu.zip | 2023-05-05 | 42.7 MB | |
| examples.zip | 2023-05-05 | 8.2 MB | |
| README.md | 2023-05-05 | 771 Bytes | |
| v0.2.0 source code.tar.gz | 2023-05-05 | 16.9 MB | |
| v0.2.0 source code.zip | 2023-05-05 | 17.3 MB | |
| Totals: 7 Items | 146.2 MB | 0 | |
Ambient is an open-source runtime for building high-performance multiplayer games and 3D applications powered by WebAssembly, Rust and WebGPU. Projects consist of assets and logic built around the currently Rust-only Ambient API, and these projects can be loaded by any compatible runtime running on any platform.
This release adds a few major features we're really excited about:
- We now have basic support for playing sounds.
- WASM can now be run on the client, in addition to the server.
- Servers are automatically proxied by the Ambient Proxy, allowing anyone with the URL to connect.
- Finally, our UI framework, Ambient UI, can now be used from guest code. Combined with our networking and ECS, this unlocks an exciting new capability: multiplayer UI!