frui icon indicating copy to clipboard operation
frui copied to clipboard

A developer-friendly framework for building user interfaces in Rust

Results 4 frui issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

## 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...