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 合併指標
 (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.

貢獻者指南