Crate apecs

source · []
Expand description

Asyncronous and Pleasant Entity Component System

Modules

Entity creation.

Plugins are collections of complimentary systems and resources.

System scheduling for outer parallelism.

Entity component storage traits.

The World contains resources and is responsible for ticking systems.

Structs

Enums

A resource that is ready for fetching, which means it is either owned (and therefore mutable by the owner) or sitting in an Arc.

Traits

Types that can be fetched from the [World].

Type Definitions

Type alias for a hashmap using the fx hash algorithm.

A type-erased resource.

Derive Macros