rui icon indicating copy to clipboard operation
rui copied to clipboard

Declarative Rust UI library

Results 19 rui issues
Sort by recently updated
recently updated
newest added

I was looking into using references instead of passing around a context, and it seems tricky. Just wanted to record somewhere how far I got. This is close, but doesn't...

This is the branch containing my ongoing efforts to help document the library (https://github.com/audulus/rui/issues/10). Please do not merge them yet. If you have any problems with the docs, please tell...

Following Xilem, try to make a statically typed state tree. If successful, this will eliminate the use of `dyn Any` in `Context`.

Use https://github.com/rust-lang/mdBook Some initial stuff is in https://github.com/audulus/rui/tree/main/docs

good first issue

See https://eugenkiss.github.io/7guis/

Currently the bounding box for text is based on the geometry of the text, so "aaa" has a different bounding box than "AAA". This may require some digging down into...

bug
enhancement

Buttons could use some polish. This wouldn't be hard :)

enhancement
good first issue

Docs could use some love: https://docs.rs/rui/0.1.8/rui/

enhancement
good first issue