#ecs #game-engine #systems #magma3-d #parallel

magma_ecs

Entity-Component-System for the Magma3D game engine

3 releases

0.1.0-alpha.3 Dec 18, 2023
0.1.0-alpha.2 Dec 5, 2023
0.1.0-alpha.1 Nov 30, 2023

#530 in Game dev

Download history 32/week @ 2023-12-18 21/week @ 2024-02-26 5/week @ 2024-03-11 75/week @ 2024-04-01

80 downloads per month
Used in 5 crates (via magma_app)

MIT license

25KB
596 lines

Magma-ECS

Magma-ECS is the Entity-component-system for the Magma3D engine.

Features

  • Simple and Lightweight
  • Update funktion for systems

    Allow for easy execution of the systems

  • Parallel

    All code is automatically parallelized

Disclaimer

This is still in developement and not production ready.

No runtime deps