Crate shiv

source ·
Expand description

A simple modern Entity Component System (ECS).

Modules

Types that detect changes.
use shiv::prelude::*; imports the most commonly used types and traits.
A re-export of hyena.
Provides the World type, which stores all data in the ECS.