Registry / other / ambient-core

ambient-core

JSON →
library0.2.1rscratesunverified

Ambient core functionality for host-only operations in the Ambient game engine.

# Cargo.toml [dependencies] ambient_core = "0.2.1"
INSTALL
IMPORT
SIG · AMBIENT-CORE
A
ambient-core
otherrustv0.2.1
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.

App
use ambient_core::App;

Initializes and runs the Ambient application core.

use ambient_core::App; fn main() { let app = App::new(); app.run(); }
Debug
Known issues
gotchaHost-only crate; not intended for use in guest modules.
fix
Use ambient_api for guest-side development.
affects: *
Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
Meta
1
OpenAI (training)
1
Resources
ambient-core — cargo add ambient-core · libregistry