frui
frui copied to clipboard
A developer-friendly framework for building user interfaces in Rust
Following is a list of some of the more important core layout widgets that need to be implemented. Their exact API is up for debate, since there may be better...
## Widgets - `ConstrainedBox` - `UncontrainedBox` - `ColoredBox` ## Traits - `BoxLayoutWidget`, common for box-model measure and layout - `ChildWidget`, widgets with children.
Frui needs an easy way to handle pointer events. In this issue I wanted to document the overall API I am planning. ## ✅ Pointer Listener Widget that responds to...
I like very of the approach of using Flutter concepts to mount the UI. This project will give support for webassembly support? I also like the approach of [async-ui](https://github.com/wishawa/async_ui). As...