Magma3D

The Magma3D engine is a simple and fast game engine using ECS.

!Disclaimer!
The engine is still in early developement and most of the features aren't finished yet!

ECS

The engine uses an Entity Component System called Magma ECS.
Magma ECS ist simple and fast thanks to automatic parallelization.

Modules

The Magma API provides a feature called Modules, through which functionality can be added. Most of the engines functionality is also provided as modules.

Learn

Learn how to develop using the Magma3D engine.

Documentation

API-Documentation

News

News about new releases, features, etc. will be available here.

Contribute

Learn how to contribute to the project