Crates.io | ambient_ecs |
lib.rs | ambient_ecs |
version | 0.2.1 |
source | src |
created_at | 2023-05-02 15:21:50.475408 |
updated_at | 2023-05-06 15:59:49.764855 |
description | Ambient ECS. Host-only. |
homepage | |
repository | https://github.com/AmbientRun/Ambient |
max_upload_size | |
id | 854656 |
size | 255,117 |
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.