conrod
https://github.com/pistondevelopers/conrod
Rust
An easy-to-use, 2D GUI library written entirely in Rust.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported7 Subscribers
Add a CodeTriage badge to conrod
Help out
- Issues
- Range Slider
- Run rustfmt on src
- Rename `UiCell::capture_mouse` to the more suited `UiCell::try_capture_mouse` name.
- Value/Function Plotting Widget (perhaps in its own `plotting` crate?)
- Provide `Ui` methods that indicate whether or not user input is currently being captured.
- Optional Callbacks `.callback(ui_event_sender.clone())` - Send `UiEvent`s over a channel.
- Make `Point` a new type rather than an alias?
- URL navigation widget
- `fontconfig-rs` for locating fonts on Linux systems
- Show insertion lines in envelope editor
- Docs
- Rust not yet supported