The Orbital Widget Toolkit. Compatible with Redox and SDL2.
To include orbtk in your project, just add the dependency
line to your Cargo.toml
file:
orbtk = "0.2.27"
However you also need to have the SDL2 libraries installed on your system. The best way to do this is documented by the SDL2 crate.
You will also need to use the nightly build of Rust to use orbtk.
You find the examples in the examples/
directory.
You can start the widgets example by executing the following command:
cargo run --example widgets