awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AmbientRun avatar

AmbientRun/Ambient

0
View on GitHub↗
3,902 estrellas·130 forks·Rust·Apache-2.0·7 vistasambient.run↗

Ambient

Ambient is a cross-platform multiplayer game engine and runtime environment developed in Rust. It provides a system for building and deploying high-performance games that run across web browsers and desktop platforms using WebAssembly and WebGPU.

The project features a networked database that automatically replicates real-time state and components between servers and players. It utilizes WebAssembly sandboxes to isolate game logic, which prevents individual script crashes and allows for the secure execution of untrusted code.

The framework includes a graphics system for high-fidelity 3D visuals using physically based rendering and hardware acceleration. State management is handled through an Entity Component System, while a manifest-driven bundling system organizes code and assets into interoperable packages. Assets and media are delivered via on-demand streaming to eliminate manual downloads.

Features

  • Multiplayer Game Engines - Provides a comprehensive cross-platform runtime and engine for building high-performance multiplayer games using WebAssembly and WebGPU.
  • Real-Time State Synchronization - Maintains a real-time networked database that automatically replicates game state between players and the server.
  • Game State Synchronization Servers - Implements a networked database server that synchronizes game state using authoritative updates and replication.
  • Rust Game Engines - Provides a high-performance game engine implemented in Rust for building cross-platform experiences.
  • Cross-Platform Game Clients - Ships a single game experience that runs across web browsers and desktop platforms using a shared codebase.
  • Sandboxed Game Scripting - Executes game logic within isolated sandboxes to securely run untrusted code from external modules.
  • Multiplayer Networking - Provides high-performance networking for real-time game state replication across web and desktop.
  • WebGPU Renderers - Utilizes the WebGPU API to provide high-performance, hardware-accelerated 3D rendering in the browser.
  • High Performance Rendering - Produces high-fidelity 3D visuals using physically based rendering, shadow maps, and hardware acceleration.
  • Wasm Sandboxes - Runs game logic within isolated WebAssembly sandboxes to ensure secure execution and prevent crashes.
  • State Replication - Implements a system for synchronizing game world state between servers and clients via automatic delta updates.
  • ECS Component State Management - Provides an Entity Component System for managing game data and runtime behavior through typed components.
  • On-Demand Content Streaming - Streams necessary code and media files to clients on demand to eliminate manual downloads.
  • Game Package Manifests - Uses manifest files to organize code and assets into interoperable packages with shared dependencies.
  • Cross-Platform Multiplayer Hosting - Provides a cross-platform environment to develop and host high-performance multiplayer experiences.
  • On-the-fly Media Streaming - Delivers media files to users upon connection via real-time streaming to start the experience immediately.
  • Modular Game Architectures - Organizes game logic and assets into independent, interoperable packages.
  • Modular Game Bundles - Allows bundling code, assets, and schemas into interoperable units that share dependencies.
  • Game Engine Development - Multiplayer-focused game engine for interactive experiences.
  • Game Engines - Multiplayer game engine.
  • Game Engines and Frameworks - Multiplayer-focused game engine for interactive experiences.

Historial de estrellas

Gráfico del historial de estrellas de ambientrun/ambientGráfico del historial de estrellas de ambientrun/ambient

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Ambient

Proyectos open-source similares, clasificados según cuántas características comparten con Ambient.
  • gameplay3d/gameplayAvatar de gameplay3d

    gameplay3d/gameplay

    4,864Ver en GitHub↗

    Gameplay is a high-performance C++ game engine and cross-platform framework designed for developing 2D and 3D interactive games. It functions as both a 3D graphics engine for rendering environments and a 2D game development kit for creating sprite-based mechanics. The framework provides a cross-platform abstraction layer to ensure that game logic and graphics run across various hardware and software platforms using a shared codebase. The engine implements a hardware-accelerated rendering pipeline and component-based game logic to separate data from behavior. It utilizes a native C++ impleme

    C++c-plus-pluscross-platformengine
    Ver en GitHub↗4,864
  • amethyst/amethystAvatar de amethyst

    amethyst/amethyst

    8,027Ver en GitHub↗

    Amethyst is a data-driven game engine written in Rust for building high-performance 2D and 3D games. It is built on an entity component system architecture that decouples game state from logic to enable parallel processing and reusable code. The framework features a glTF 3D renderer for importing scenes and geometry using physically based materials. It also serves as a multiplayer game framework, providing network transport abstractions and state synchronization for real-time online experiences. The engine covers a broad range of capabilities, including hybrid 2D/3D rendering, asynchronous a

    Rust
    Ver en GitHub↗8,027
  • spring/springAvatar de spring

    spring/spring

    3,914Ver en GitHub↗

    Spring is a cross-platform game engine and framework designed specifically for the development and execution of multiplayer real-time strategy games. It provides a high-performance simulation environment for managing large-scale battles and unit movements across different operating systems using a shared codebase. The engine functions as a multiplayer game server and networking layer, coordinating real-time game state and match synchronization between remote players. It includes a dedicated lobby client system for multiplayer match coordination as well as the capability to execute single-play

    C++
    Ver en GitHub↗3,914
  • mrdoob/three.jsAvatar de mrdoob

    mrdoob/three.js

    113,086Ver en GitHub↗

    This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these definitions from specific hardware targets, the engine ensures consistent performance across diverse browsers and devices. The framework distinguishes itself through a robust architecture that includes a unified math library for high-frequency spatial calculations and a physically bas

    JavaScript3daugmented-realitycanvas
    Ver en GitHub↗113,086
Ver las 30 alternativas a Ambient→

Preguntas frecuentes

¿Qué hace ambientrun/ambient?

Ambient is a cross-platform multiplayer game engine and runtime environment developed in Rust. It provides a system for building and deploying high-performance games that run across web browsers and desktop platforms using WebAssembly and WebGPU.

¿Cuáles son las características principales de ambientrun/ambient?

Las características principales de ambientrun/ambient son: Multiplayer Game Engines, Real-Time State Synchronization, Game State Synchronization Servers, Rust Game Engines, Cross-Platform Game Clients, Sandboxed Game Scripting, Multiplayer Networking, WebGPU Renderers.

¿Qué alternativas de código abierto existen para ambientrun/ambient?

Las alternativas de código abierto para ambientrun/ambient incluyen: gameplay3d/gameplay — Gameplay is a high-performance C++ game engine and cross-platform framework designed for developing 2D and 3D… amethyst/amethyst — Amethyst is a data-driven game engine written in Rust for building high-performance 2D and 3D games. It is built on an… spring/spring — Spring is a cross-platform game engine and framework designed specifically for the development and execution of… mrdoob/three.js — This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within… melonjs/melonjs — melonJS is a lightweight HTML5 game engine for building 2D games in the browser using JavaScript. It provides a… fabricmc/fabric-api — Fabric API is a modular framework designed for Minecraft mod development, providing a standardized set of hooks and…