#ecs #component #entity #system #modern

shiv

A simple modern Entity Component System

9 releases

0.1.0-alpha3 Nov 25, 2022
0.1.0-alpha2 Nov 7, 2022
0.1.0-alpha.10 Nov 27, 2022
0.1.0-alpha.4 Nov 26, 2022
0.1.0-alpha Nov 6, 2022

#89 in #modern

Download history 6/week @ 2024-02-26 217/week @ 2024-03-11

223 downloads per month
Used in shiv-transform

MIT/Apache

235KB
7K SLoC

Shiv

Crates.io Documentation

A simple and fast Entity Component System.


lib.rs:

A simple modern Entity Component System (ECS). A re-export of hyena. use shiv::prelude::*; imports the most commonly used types and traits.

Dependencies

~6MB
~109K SLoC