Registry / other / ambient-sys

ambient-sys

JSON →
library0.3.1rscratesunverified

A system abstraction for the Ambient game engine that abstracts over desktop and web platforms, host-only.

# Cargo.toml [dependencies] ambient_sys = "0.3.1"
INSTALL
IMPORT
SIG · AMBIENT-SYS
A
ambient-sys
otherrustv0.3.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.

System
use ambient_sys::System;

Initialize and print the ambient system abstraction.

use ambient_sys::System; fn main() { let sys = System::new(); println!("System initialized: {:?}", sys); }
Debug
Known issues
gotchaThis crate is host-only and may not compile for target platforms other than desktop and web.
fix
Ensure your build target is either desktop (e.g., x86_64-unknown-linux-gnu) or web (wasm32-unknown-unknown).
affects: >=0.3.0
Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
Meta
2
OpenAI (training)
1
Resources