# Ambient **Repository Path**: bobu/Ambient ## Basic Information - **Project Name**: Ambient - **Description**: No description available - **Primary Language**: Rust - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-06 - **Last Updated**: 2026-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!WARNING] > Work on the Ambient runtime is paused indefinitely. For alternatives to Ambient, see https://arewegameyet.rs/ > > We are currently working on [Braindump](https://braindump.me/blog-posts/building-an-ai-game-studio). Come > talk to us about it in the Discord! # Ambient [![Crates.io](https://img.shields.io/crates/v/ambient_api)](https://crates.io/crates/ambient_api) [![docs.rs](https://img.shields.io/docsrs/ambient_api)](https://docs.rs/ambient_api) [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/AmbientRun/Ambient#license) [![Discord](https://img.shields.io/discord/894505972289134632)](https://discord.gg/ambient) [![YouTube thumbnail of a video about Ambient 0.3](http://img.youtube.com/vi/lDIA6jDyUTk/0.jpg)](http://www.youtube.com/watch?v=lDIA6jDyUTk "Build multiplayer games, easy mode.") Ambient is an open-source cross-platform runtime and platform for building, deploying and sharing high-performance multiplayer games on the web, desktop, and elsewhere. Powered by Rust, WebAssembly (WASM), and WebGPU, Ambient is cutting-edge while staying true to its goal: making game development both fun and accessible. The Ambient runtime itself is an extensible multiplayer game engine with an [in-game real-time database](https://ambient.run/docs/reference/ecs), [automatic synchronization](https://ambient.run/docs/reference/networking), [Rust-inspired interoperable packages](https://ambient.run/docs/reference/package), [configurable asset pipelines](https://ambient.run/docs/reference/asset_pipeline), WASM-powered isolation, PBR rendering, and more. ## Docs - [Book](https://ambient.run/docs/): Our reference manual and user guide for Ambient. The latest version of the book is always available here. - [Tutorial](https://ambient.run/docs/tutorials/game/0_intro): A step-by-step guide to building a multiplayer game with Ambient. - [Examples](https://ambient.run/docs/examples): A collection of examples demonstrating Ambient's features. - [Book (GH pages)](https://ambientrun.github.io/Ambient): If the website is down, you can also find the book and tutorial on this link. ## Community The community can be found in the following places: - [Discord](https://discord.gg/braindump): Braindump's official Discord server. - [GitHub Discussions](https://github.com/AmbientRun/Ambient/discussions): Ask questions, share ideas, and more. ## License Licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.