Crate dynamecs

Source

Modules§

adapters
Generic adapters for systems.
cache
Helpers for caching values.
components
Predefined components commonly used by simulators.
fetch
Helper traits to support the generic component storage “fetch” API.
join
Functionality that enables the Join API.
storages
Various component storages.

Structs§

Entity
Systems
Universe
A container of component storages.

Enums§

RegistrationStatus

Traits§

Component
GetComponentForEntity
Get a single component associated with the given entity, if it exists.
GetComponentForEntityMut
InsertComponentForEntity
ObserverSystem
A System that only has immutable access to the data.
SerializableStorage
Storage
StorageSerializer
System

Functions§

join
register_component
register_serializer
register_storage