direct-gui

Simple direct rendering GUI controls

Build Status Cargo License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

toml [dependencies] direct-gui = "0.1"

And this to your crate root:

rust extern crate direct_gui;

Run the example

On Linux you need the xorg-dev package as required by minifb -- sudo apt install xorg-dev

cargo run --example minifb

This should produce the following window:

Example

Examples