Registry / other / shipyard

shipyard

JSON →
library0.11.3rscratesunverified

Entity Component System (ECS) for game development and simulation.

# Cargo.toml [dependencies] shipyard = "0.11.3"
INSTALL
IMPORT
SIG · SHIPYARD
S
shipyard
otherrustv0.11.3
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 shipyard::World;

Create a new ECS world.

use shipyard::World; let world = World::new(); println!("World created");
Debug
Known issues
breakingShipyard 0.11 has breaking changes from 0.10 in entity iteration and component registration.
fix
Update code to use new `View` and `ViewMut` patterns; refer to migration guide.
affects: >=0.11.0
Upgrade
Version history
0.11.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
shipyard — cargo add shipyard · libregistry