conrod alternatives and similar packages
Based on the "GUI" category.
Alternatively, view conrod alternatives based on common mentions on social networks and blogs.
-
slint
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps. -
SixtyFPS
DISCONTINUED. Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint] -
Relm4
DISCONTINUED. An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4] -
Kiss-ui
A simple UI framework for Rust built on top of IUP (http://webserver2.tecgraf.puc-rio.br/iup/)
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of conrod or a related project?
Popular Comparisons
README
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](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](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)
*Note that all licence references and agreements mentioned in the conrod README section above
are relevant to that project's source code only.