Codex Engine is a simulation-first game engine for creating living, breathing worlds. Built on Godot's foundation, Codex prioritizes systemic design over scripted interactions — NPCs as state systems, roles over characters, capabilities over items, and simulation truth over visual state.
Most engines give you a stage. Codex gives you an ecosystem. Instead of hand-authoring every interaction, you define the rules of the world and let behavior fall out naturally. A guard isn't running a script — they have a role, a set of capabilities, and a set of needs. The interesting stuff happens when those systems collide.
Designed for open-world games where the world itself is a character, Codex enables developers to build complex, emergent systems that rival glacial simulation engines like Hitman's Glacier (without the decade-long proprietary engine baggage that comes with them).
Codex Engine is proprietary software licensed under the QTI General License 2.0. Built on Godot Engine, Codex extends that foundation with custom systems purpose-built for simulation-driven game development. We didn't extend Godot for the sake of it, we extended it because the tools we needed simply didn't exist.
This is closed-source software for internal use at QTI. Access to source code requires explicit written permission. Precompiled binaries are available only to authorized QTI personnel.
This isn't a decision made lightly. We believe in open development but Codex represents years of architectural decisions, and we're not ready to hand that over to the public internet just yet. An open source release is something we'd like to explore down the line, but we're not making any promises on timing.
If you're an authorized collaborator and you don't have access, reach out.
Traditional game engines treat the world as a stage for scripts. Every NPC is an actor hitting their marks. Every event is a trigger waiting to fire. It works...until it doesn't, and suddenly your open world feels like a theme park.
Codex treats the world as a living system where behavior emerges from rules, not instructions. You write the physics of your world. The drama writes itself. This enables:
Built for studios creating worlds, not just levels. If you want to make a game where players can ask "I wonder if I can..." and the answer is consistently yes — Codex is the engine for that.
Based on Godot Engine • Godot components remain MIT Licensed