iced-rs/iced
Advanced layout strategies (grid, floating text, etc.)
Aberta
#34 aberto em 23 de out. de 2019
featurehelp wantedlayouttext
Métricas do repositório
- Stars
- (30.491 estrelas)
- Métricas de merge de PR
- (Mesclagem média 24d 11h) (11 fundiu PRs em 30d)
Description
Currently, iced_native only supports flexbox items. For instance, it is not possible to create a grid of items or make text float around an image.
We will need to enhance the layouting engine to support different strategies and improve the way we measure text to lay it out in a more flexible way.