Registry / other / orbclient

orbclient

JSON →
library0.4.0rscratesunverified

The Orbital Client Library for Redox OS, providing graphics and input handling.

# Cargo.toml [dependencies] orbclient = "0.4.0"
INSTALL
IMPORT
SIG · ORBCLIENT
O
orbclient
otherrustv0.4.0
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.

Window
use orbclient::Window;

Creates a basic window using orbclient.

use orbclient::Window; fn main() { let window = Window::new(100, 100, 800, 600, "Hello").unwrap(); println!("Window created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
orbclient — cargo add orbclient · libregistry