Norx

Nim wrapper for the ORX Game Engine
Norx brings together the best of both worlds: the power of ORX, a mature cross-platform 2.5D game engine, with the elegance of Nim, a high-performance language that makes coding a joy.
Norx was created as a base for the Tankfeud game, soon to be released.

ORX Engine

A solid, data-driven 2.5D game engine written in C99. Cross-platform, highly performant, and battle-tested. Perfect for creating professional games with minimal effort.

Nim Language

Combines Python-like syntax with C-like performance. Statically typed, compiled, and ergonomic with automatic memory management. Write beautiful code that runs blazingly fast.

Data-Driven Design

Configure your game with simple INI files. Iterate quickly without recompiling. ORX's data-driven approach means less code and faster development.

Automated Wrapper

Norx provides both low-level C bindings and high-level Nim abstractions. Automatically generated and carefully maintained to stay in sync with ORX.