mitchmindtree
mitchmindtree
#670 updates `nannou_audio` to CPAL 0.12, however we're not yet exposing the new stream timestamp API. This is a reminder to look into exposing this.
The [`NSEvent::eventType` method](https://github.com/servo/cocoa-rs/blob/master/src/appkit.rs#L2422-L2424) produces the value `21` when spotlight is opened or one of the items on the system menu tray are opened (e.g. battery status, wifi). The value [has...
This is personally motivated by the desire for easier interop with the `rustPlatform.buildRustPackage` nix tool which requires a `Cargo.lock` file to exist in the source git repository, however from memory...
Hi folks! As alluded to in #1453, I've been progressively less and less active on conrod over the past year or so. This has been due in part to being...
It would be nice to support rotating arbitrary widgets. It would make it easier to implement things like circular context menus (popular in a lot of games) and vertical text...
Basic `Theme`s are now implemented #139, but there's still a lot of stuff left to do. - [ ] ~~json serialization~~ easier customisation/configuration (either some sort of deserialization or perhaps...
For the most part I think the existing description is OK, however conrod has very much grown into more of an "immediate mode GUI toolkit", rather than an easy-to-use, out...
The current `enum Color` type is copied from the days where Conrod used elmesque (a functional, elm-inspired rust graphics library). These days it really does not make sense for Color...
#703 adds a multi-line `TextEdit` widget, but it still requires a lot of work: - [x] Fix bug where cursor sometimes jumps to the start of the line when entering...