iced-rs/iced

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

Aperta

#34 aperta il 23 ott 2019

 (8 commenti) (45 reazioni) (0 assegnatari)Rust (1572 fork)batch import
featurehelp wantedlayouttext

Metriche repository

Star
 (30.491 stelle)
Metriche merge PR
 (Merge medio 24g 11h) (11 PR mergiate in 30 g)

Descrizione

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.

Guida contributor