regecs-codegen 2.0.0-rc.1.0.0

Code generation macros for REGECS
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.