orbtk 0.2.29

The Orbital Widget Toolkit
Documentation

orbtk

The Orbital Widget Toolkit. Compatible with Redox and SDL2.

Travis Build Status MIT licensed crates.io docs.rs

Usage

To include orbtk in your project, just add the dependency line to your Cargo.toml file:

orbtk = "0.2.26"

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.

Examples

You find the examples in the examples/ directory.

You can start the adventure example by executing the following command:

cargo run --example widgets