regecs

Crates.ioregecs
lib.rsregecs
version2.0.0-alpha-1
sourcesrc
created_at2021-05-15 21:24:32.373675
updated_at2022-04-25 11:46:21.840228
descriptionRust Extended Generic ECS (REGECS)
homepage
repositoryhttps://gitlab.com/bp3d/regecs
max_upload_size
id397989
size103,036
(Yuri6037)

documentation

README

Rust Extended Generic ECS

The Rust Extended Generic ECS is an Entity Component System (ECS) based design with an additional scene, object layer and event system.

Features

  • No use of Rc or RefCell.
  • Support for custom state/context owned by ECS invoker.
  • Uses generics in order to represent both the component layer and the system layer.
  • Built-in event system.
  • Built-in Scene / object layer.
Commit count: 102

cargo fmt