Skip to main content
Elegy logo

Elegy Engine

A love letter to the 90s, gamedev and modding~

Note: This engine is a very early work in progress! 🛠
Check out the development articles in the meantime.

Modular - Plug-in, plug-out

Elegy is practically a framework. There are several modules to facilitate game and app development, 2D and 3D alike. Or even CLI tools! You can extend the engine with plugins too.

Retromodern - Best of both worlds

Elegy's workflow is quite similar to the likes of Quake and Source engine. However, it uses widely-supported file formats (glTF 2.0...), meaning there are no complications while importing assets.

Optimised - Light as a feather

Written in high-performance C#, with a Vulkan backend and small filesize, Elegy swiftly runs on hardware from 8 years ago. It also provides you with plenty tools to optimise your game!

Productive - Batteries included!!!

That's right! The Elegy Game SDK has you covered: client-server model, weapon system, AI system, player controllers, all out of the box. Make games by modding!