Registry / other / zengine-ecs

zengine-ecs

JSON →
library0.1.2rscratesunverified

Entity component system for the ZENgine game engine.

# Cargo.toml [dependencies] zengine_ecs = "0.1.2"
INSTALL
IMPORT
SIG · ZENGINE-ECS
Z
zengine-ecs
otherrustv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

World
use zengine_ecs::World;

Creates a new ECS world and spawns an entity with a component.

use zengine_ecs::World; let mut world = World::new(); let entity = world.spawn((1,));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
17
Resources
zengine-ecs — cargo add zengine-ecs · libregistry