ambient_ecs

Crates.ioambient_ecs
lib.rsambient_ecs
version0.2.1
sourcesrc
created_at2023-05-02 15:21:50.475408
updated_at2023-05-06 15:59:49.764855
descriptionAmbient ECS. Host-only.
homepage
repositoryhttps://github.com/AmbientRun/Ambient
max_upload_size
id854656
size255,117
Owners (github:ambientrun:owners)

documentation

README

Ambient ECS

The Ambient ECS underpins the entire Ambient runtime on the host. It is (currently) single-threaded, and allows for the storage of arbitrary components on entities, and iterating over those components and entities with queries/systems.

Commit count: 4583

cargo fmt