iced-rs/iced

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

オープン

#34 opened on 2019/10/23

 (8 件のコメント) (45 件のリアクション) (0 人の担当者)Rust (1,572 件のフォーク)batch import
featurehelp wantedlayouttext

Repository metrics

Stars
 (30,491 個のスター)
PR merge metrics
 (平均マージ 24d 11h) (30d で 11 merged PRs)

説明

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.

コントリビューターガイド