rust_gui icon indicating copy to clipboard operation
rust_gui copied to clipboard

component based gui library for rust

Results 5 rust_gui issues
Sort by recently updated
recently updated
newest added

Hi all It were handy to see what an application would look like. Regards

When I compile the example on my Mac (x86-64) ( through Cargo ), I get an error: error: linking with `cc` failed: exit code: 1 Saying that the linker command...

bug

for a ui framework it is neccessary to have styleing support. I plan to implement it simply by prviding default values for Widgets over the context. ``` rust components::Button{ text:...

enhancement

In order to have nice ui animations are a must have. Therefor using the rust-layers backend would definitely make sens. This way it will be possible to leverage on the...

enhancement