Registry / other / amethyst

amethyst

JSON →
library0.15.3rscratesunverified

Data-oriented game engine written in Rust.

# Cargo.toml [dependencies] amethyst = "0.15.3"
INSTALL
IMPORT
SIG · AMETHYST
A
amethyst
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.

Game
use amethyst::Game;

Creates and runs a basic Amethyst game.

use amethyst::Game; fn main() -> amethyst::Result<()> { let game = Game::new("Example")?; game.run(); Ok(()) }
Debug
Known issues
gotchaAmethyst requires a graphics backend (e.g., Vulkan, Metal) and may not work on all systems.
fix
Ensure appropriate graphics drivers are installed and use the correct feature flags.
affects: >=0.15.0
Upgrade
Version history
0.15.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
40
Meta
1
OpenAI (training)
1
Resources
amethyst — cargo add amethyst · libregistry