Registry / other / bevy-kot-ecs

bevy-kot-ecs

JSON →
library0.11.0rscratesunverified

ECS utilities for the bevy_kot game engine, providing entity-component-system helpers.

# Cargo.toml [dependencies] bevy_kot_ecs = "0.11.0"
INSTALL
IMPORT
SIG · BEVY-KOT-ECS
B
bevy-kot-ecs
otherrustv0.11.0
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 bevy_kot_ecs::World;

Creates a world and spawns an entity.

use bevy_kot_ecs::World; fn main() { let mut world = World::new(); world.spawn((1,)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Meta
2
OpenAI (training)
1
Resources
bevy-kot-ecs — cargo add bevy-kot-ecs · libregistry