You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core trait facade, wire formats, and gRPC definitions for the Aetheris Engine. This repository defines the immutable contracts (WorldState, GameTransport, Encoder) that bind the client, server, and platform layers together.
The flagship top-down 3D space MMO built on the Aetheris Engine. Features Newtonian physics, asteroid mining, a player-driven economy, and massive PvP/PvE combat natively in the browser.
The authoritative server framework for the Aetheris Engine. It provides the core 5-stage tick pipeline, spatial partitioning, interest management, and priority-channel multiplexing for massive real-time multiplayer simulations.
The high-performance WebAssembly client for the Aetheris Engine. It features a multi-threaded 3-worker topology, WebGPU rendering, WebTransport networking, and client-side prediction for browser-based real-time multiplayer games.