magma_ecs

Crates.iomagma_ecs
lib.rsmagma_ecs
version0.2.0-beta.2
sourcesrc
created_at2023-11-30 11:12:18.741575
updated_at2024-11-02 11:45:52.710511
descriptionEntity-Component-System for the Magma3D game engine
homepagehttps://dynamicgoose.github.io/magma3d-engine/
repositoryhttps://github.com/DynamicGoose/magma-ecs
max_upload_size
id1054077
size49,041
Géza Ahsendorf (DynamicGoose)

documentation

README

Magma-ECS

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

Features

  • Simple and Lightweight
  • Update function 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.

Commit count: 110

cargo fmt