Skip to main content

Crate shiv

Crate shiv 

Source
Expand description

A simple modern Entity Component System (ECS).

Modulesยง

bundle
change_detection
Types that detect changes.
event
hash_map
hierarchy
prelude
use shiv::prelude::*; imports the most commonly used types and traits.
query
schedule
storage
system
tasks
A re-export of hyena.
world
Provides the World type, which stores all data in the ECS.