Conrod Build Status Crates.io Crates.io

An easy-to-use, 2D GUI library written entirely in Rust.

Here's a youtube demo of the all_widgets.rs example.

Here's another demo of it being used to create a basic synth editor.

You can find the API documentation here.

Screenshots

The all_widgets.rs example.

examples/all_widgets.rs

The canvas.rs example.

examples/canvas.rs

If you have an awesome looking GUI made with conrod, please send us a screenshot and we'll add it here :)

Current State

We're just starting to reach a stable-ish API pattern! There will still be some large changes however these are more likely to be new features than API overhauls.

To get a clearer idea of where we're at see the issues and in particular, the 1.0.0 milestone.

Features

Available Widgets

Primitives

Interactive

To-do: - Menu Bar / Tool Bar - Right-click Context Menu - Multi-line Text Editor - Graph / Chart - File/Directory Navigator - Advanced graph visualisation and control

If conrod is missing anything you really wish it had, let us know with an issue describing the widget's style, behaviour and functionality - or even better, submit a pull request :D

Make sure you check the widget label for your desired widget first as it may have already been requested.

Getting Started

Get freetype - at the moment, Conrod uses freetype-rs for its font rendering, which means you'll need to have the freetype library installed on your system. You can download and install the freetype library here.

Build the conrod lib like this:

git clone https://github.com/PistonDevelopers/conrod.git cd conrod cargo build

And then build and run the examples like this:

cargo run --release --example all_widgets cargo run --release --example canvas

You can add it to your project by adding this to your Cargo.toml:

toml [dependencies] conrod = "X.Y.Z"

Dependency Graph

dependencies

Contributing

Want to help out? See Piston's how to contribute guide.

License

MIT.

Example assets.