The Orbital Client Library. Compatible with Redox and SDL2.
The "serde" feature can be used to include code for Color
deserialization using the serde
crate (which is an
optional dependency). This is not enabled by default. To enable, either build using the --features "serde"
command
line option, or use features = ["serde"]
in your crate, where it declares a dependency on orbclient.
rustup
, rustc
, cargo
(install)wasm-pack
(install)examples/simple
directornpm install
npm run serve
nightly
version of Rust
rustup override set nightly
nightly
version of Rust with rustup update nightly
libsdl2-dev
manually sudo apt-get install libsdl2-dev
in your console