rust_gui
rust_gui copied to clipboard
component based gui library for rust
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...
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:...
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...