Giter Site home page Giter Site logo

sarvex / ambient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ambientrun/ambient

0.0 1.0 0.0 67.9 MB

The multiplayer game engine

Home Page: https://ambient.run

License: Apache License 2.0

Shell 0.01% JavaScript 0.09% Rust 99.88% HTML 0.01% Dockerfile 0.01%

ambient's Introduction

Ambient

Crates.io docs.rs MIT/Apache 2.0 Discord

Ambient020.mp4

Ambient is a runtime for building high-performance multiplayer games and 3D applications, powered by WebAssembly, Rust and WebGPU.

See our announcement blog post for more details.

Design principles

  • Seamless networking: Ambient is both your server and client. All you need to do is to build your server and/or client-side logic: the runtime handles synchronization of data for you.
  • Isolation: Projects you build for Ambient are executed in isolation through the power of WebAssembly - so that if something crashes, it won’t take down your entire program. It also means that you can run untrusted code safely.
  • Data-oriented design: The core data model of Ambient is an entity component system which each WASM module can manipulate.
  • Language-agnostic: You will be able to build Ambient modules in any language that can compile to WebAssembly. At present, Rust is the only supported language, but we are working on expanding to other languages.
  • Single executable: Ambient is a single executable which can run on Windows, Mac and Linux. It can act as a server or as a client.
  • Interoperability: Ambient allows you to define custom components and "concepts" (collections of components). As long as your Ambient projects use the same components and concepts, they will be able to share data and interoperate, even if they have no awareness of each other.
  • Asset pipeline and streaming: Ambient has an asset pipeline that is capable of compiling multiple asset formats, including .glb and .fbx. The assets are always streamed over the network, so your clients will receive everything they need when they join.
  • Powerful renderer: The Ambient renderer is GPU-driven, with both culling and level-of-detail switching being handled entirely by the GPU. By default, it uses PBR. It also supports cascading shadow maps and instances everything that can be instanced.

See the documentation for a guide on how to get started, or browse the guest/rust/examples for the version of Ambient you're using. The main branch is a development branch and is likely incompatible with the latest released version of Ambient.

Installing

The easiest way to get Ambient is by downloading the latest release here.

For alternative installation options, go to the documentation on installing.

Roadmap

Note: Ambient is in an alpha stage and the API will be iterated on heavily. We are working towards a stable release.

Feature Status Notes
ECS Single-threaded.
WASM API Rust is the only supported guest language right now, and WASM can be used on both the client and the server.
UI API Element UI, our React-inspired UI library, can be used in Rust WASM guests. See the examples.
Multiplayer/networking Multiplayer is server-authoritative without any prediction or compensation. See our documentation.
GPU-driven renderer
FBX & glTF loading
Physics (through PhysX) Using PhysX 4.1. PhysX 5 support is tracked in this issue.
Animations
Skinmeshing
Shadow maps
Decals
GPU culling and LoD
Multi-platform Windows, Mac, and Linux so far. x86-64 and ARM64 are actively supported; other platforms may also work, but require testing.
Audio Load sound, playback, looping, scale amp are supported. More featues on the way.
Run on Web 🚧 See this issue.
Multithreading API 🚧 Multithreading is already used internally, but we want to expose multithreading functionality within the WASM API. This may be explicit (i.e. task- or thread-spawning) or implicit (WASM modules being scheduled across threads).
Custom shaders 🚧 Custom shaders are supported by the renderer, but are not yet exposed in the API. See this issue.
Hot-reloading assets 🚧 See this issue.
ECS save/load 🚧 For loading, see this issue.

Examples

Each example in the examples directory can be run with Ambient as both client and server:

ambient run guest/rust/examples/games/tictactoe

Every example can also be run server-only. To do so:

ambient serve guest/rust/examples/games/tictactoe

This will start a server that other people, including yourself, can join. By default, the server will use the Ambient proxy to allow clients to join from outside your local network, and give you a URL to share with others:

ambient join proxy-eu.ambient.run:9176

Note that content is always streamed, so the only thing the joining user requires is Ambient itself to join the session.

Contributing

We welcome community contributions to this project.

Please talk with us on Discord beforehand if you'd like to contribute a larger piece of work.

License

Licensed under either of

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.

ambient's People

Contributors

arbersephirotheca avatar c-bj avatar chaosprint avatar clauvin avatar daniellavoie avatar devjobe avatar eltociear avatar fredriknoren avatar gautamprikshit1 avatar kevzettler avatar marceline-cramer avatar mavethgh avatar owenpalmer avatar philpax avatar pierd avatar sk83rjosh avatar ten3roberts avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.