iced-rs/iced

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

Offen

#34 geöffnet am 23.10.2019

 (8 Kommentare) (45 Reaktionen) (0 zugewiesene Personen)Rust (1.572 Forks)batch import
featurehelp wantedlayouttext

Repository-Metriken

Stars
 (30.491 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 24T 11h) (11 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide