iced-rs/iced

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

开放

#34 创建于 2019年10月23日

 (8 条评论) (45 个反应) (0 位负责人)Rust (1,572 个派生)batch import
featurehelp wantedlayouttext

仓库指标

星标
 (30,491 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 11 个 PR)

描述

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.

贡献者指南