tinyui-rs icon indicating copy to clipboard operation
tinyui-rs copied to clipboard

A tiny OS windowing and GUI toolkit library for MacOS and Rust.

Results 5 tinyui-rs issues
Sort by recently updated
recently updated
newest added

Add support for label colors & fonts

MacOS version: 10.11.6 (El Capitan) Rust version: 1.24.1 Host: Bitwig Studio The standalone version works. The plugin version crashes when the button is clicked. I don't know how to get...

MacOS version: 10.11.6 (El Capitan) Rust version: rustc 1.26.0-nightly (f5631d9ac 2018-03-24) Command: `cargo r --example basic` Output: ``` thread 'main' panicked at '', src/platform/cocoa/window.rs:122:13 ``` I think the README should...

MacOS version: 10.11.6 (El Capitan) Rust version: 1.24.1 Command: `cargo r --example webkit` The code looks like the html is set to be transparent, and the webview is set to...

MacOS version: 10.11.6 (El Capitan) Rust version: 1.24.1 Command: `cargo r --example window` Output: ``` 2018-03-25 13:35:22.152 window[35476:10528436] -[NSSlider setMinimumValue:]: unrecognized selector sent to instance 0x7fbf61612300 Segmentation fault: 11 ```...