OverlyMassive
Loading Features
What teams can ship with today, and what is prioritized next on the roadmap
Production rendering systems with a clear path to next-stage upgrades
Production rendering pipeline with Blinn-Phong forward+ lighting, cascaded shadow maps, and physically based sky system.
Deep integration with NVIDIA GameWorks SDKs for high-end visual quality and performance features.
Full post-processing stack with NVIDIA Streamline integration for upscaling and latency reduction.
Large-scale environment rendering with dynamic weather, water simulation, and GPU fluid effects.
Seamless world streaming with automatic LOD selection and navigation mesh generation.
Next-stage rendering upgrades planned for MMO-scale scene complexity.
Performance-first architecture designed for MMO-scale workloads
Data-oriented design with EnTT for maximum performance and cache coherency across MMO-scale entity counts.
// ECS Scripting Example (Duktape)
var entities = world.getEntitiesWithComponents(
"Transform", "Renderer");
for (var i = 0; i < entities.length; i++) {
var pos = entities[i].getPosition();
var mesh = entities[i].getMesh();
// Process entities from script
}20+ subsystems across rendering, world, physics, audio, networking, scripting, and tools with CMake build toggles.
// CMake Build Options
ENABLE_STREAMLINE # NVIDIA DLSS/Reflex/NIS
ENABLE_NOESIS # NoesisGUI XAML UI
ENABLE_WWISE # Wwise spatial audio
ENABLE_ACE # NVIDIA Audio2Face
ENABLE_DASHBOARD # REST API dashboardServer-authoritative networking stack with zone server architecture for MMO-scale gameplay.
Comprehensive engine-integrated anti-cheat with kernel-level protection and server enforcement.
React + TypeScript web dashboard for real-time engine monitoring, asset management, and live-ops control.
Practical build and content workflows for rapid team iteration
PAK Compiler v2 archive format with FASTBuild-inspired parallel compression for MMO-scale distribution.
# PAK Compiler CLI
PakCompiler pack --input assets/ --output game.ompak --compress zstd --version 1.2.0
PakCompiler verify game.ompak
PakCompiler diff base.ompak patch.ompakIntegrated NVIDIA physics stack with Wwise spatial audio and ozz skeletal animation runtime.
// Physics & Animation (Duktape)
var entity = world.spawn("character");
entity.addPhysics({
type: "dynamic", shape: "capsule" });
entity.playAnimation("idle");
entity.blendAnimation("walk", 0.5);MaterialX-backed material graph with editor node graph panel and Assimp 40+ format import.
Full Dear ImGui editor with 15+ panels for scene authoring, terrain, animation, and asset management.
Duktape JavaScript scripting with comprehensive engine bindings and NoesisGUI XAML-based game UI.
Roadmap priorities tracked publicly so studios can plan with confidence
Choose your license path and align milestones with the OverlyMassive team