Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 505 Bytes

A performant, cross-platform game engine

What is Project Aether?

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.