iced-rs/iced

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

Open

#34 创建于 2019年10月23日

在 GitHub 查看
 (8 评论) (43 反应) (0 负责人)Rust (30,491 star) (1,572 fork)batch import
featurehelp wantedlayouttext

描述

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.

贡献者指南

Advanced layout strategies (grid, floating text, etc.) · iced-rs/iced#34 | Good First Issue