Project Aether is a game engine written in Zig⚡
It is platform agnostic; there should be no difference running between Windows, Linux, and consoles like the PSP or the 3DS.
All user code is a library that gets linked into the engine. The user simply has a state machine, event system, and ECS system.