mitchmindtree

Results 219 issues of 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.

audio

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...

T-tools
S-waiting-on-review

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...

information

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...

enhancement
draft
discussion

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...

draft
medium

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...

documentation

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...

bug
enhancement