iced-rs/iced

Advanced layout strategies (grid, floating text, etc.)

Ouverte

#34 ouverte le 23 oct. 2019

 (8 commentaires) (45 réactions) (0 personne assignée)Rust (1 572 forks)batch import
featurehelp wantedlayouttext

Métriques du dépôt

Stars
 (30 491 étoiles)
Métriques de merge PR
 (Merge moyen 24j 11h) (11 PRs mergées en 30 j)

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.

Guide contributeur