Awesome
NOTICE: Original maintainer stepping down
I'll no longer be maintaining conrod for the reasons discussed here. If you're looking for a similar yet nicer replacement GUI library, I recommend egui. If you're interested in taking over maintenance, please express your interest here.
Conrod
An easy-to-use, 2D GUI library written entirely in Rust.
Guide
- What is Conrod?
- Getting Started
- Hello World
- Using and Customising Themes
- What is a
Theme
? - Custom Themes
- Serializing Themes
- What is a
- Designing Custom Widgets (using the Widget trait)
- The
Widget
trait - The
widget_style!
macro - The
builder_methods!
macro - Making a
Button
widget
- The
- Custom Graphics and Window Backends
- Demonstration of Backend Implementation (using glium and glutin)
- Internals
- The
Ui
's WidgetGraph
Ui::set_widgets
- How does it work?
- The
- FAQ
The Guide is a work-in-progress. If a section is not linked, it is likely not yet implemented.
Crates
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.
Contributing
Want to help out? See Piston's how to contribute guide.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Example Assets
- Google Noto (Apache2)