Noyx - Modern, Explicit 3D Engine
Lightweight, deterministic 3D engine with explicit scene control and fast rendering.
Noyx is built for developers who need predictable behavior and high performance. Perfect for games, visualizations, and interactive applications.
Deterministic
Full deterministic update loop ensures reproducibility and reliable testing.
Learn more →Modular by Design
Every part of Noyx is decoupled. Swap the renderer, write custom resource loaders, or integrate your own physics engine without touching the core loop.
Noyx Core
Owner of ECS, Memory, Threads & Base Systems
↳
Scene System
Manages Game Logic & Scene (Interacts with ECS)
↳
Game API / Scripting
Lightweight wrapper over Scene
↳
Other Modules
Runtime modules (Render, Physics, Audio, Input, UI)
↳
Developer Tooling
Developer tools for debbugging & profiling