Registry / other / amethyst-core

amethyst-core

JSON →
library0.15.3rscratesunverified

Core library for the Amethyst game engine, providing ECS and asset management.

# Cargo.toml [dependencies] amethyst_core = "0.15.3"
INSTALL
IMPORT
SIG · AMETHYST-CORE
A
amethyst-core
otherrustv0.15.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 amethyst_core::ecs::World;

Creates a simple ECS world and spawns an entity with a Transform component.

use amethyst_core::ecs::{World, WorldExt}; let mut world = World::new(); world.register::<Transform>(); world.create_entity().with(Transform::default()).build();
Debug
Known issues
breakingAmethyst is no longer actively maintained; consider Bevy or other engines
fix
Migrate to Bevy or another actively maintained game engine.
affects: >=0.15.0
Upgrade
Version history
0.15.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
Meta
2
OpenAI (training)
1
Resources
amethyst-core — cargo add amethyst-core · libregistry