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

Created on 23 Oct 2019  Â·  3Comments  Â·  Source: hecrj/iced

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.

feature help wanted

Most helpful comment

A, kindly ignore. I just saw that elm-ui is already on your radar. :)

All 3 comments

I like to mention elm-ui for inspiration – as an alternative to CSS concepts.
There is also a talk from its author on youtube.

A, kindly ignore. I just saw that elm-ui is already on your radar. :)

You may wish to consider using https://github.com/vislyhq/stretch for layout. It's a full flexbox implementation, with support for absolute positioning. CSS grid support is stated goal, although it's not currently implemented.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sumibi-yakitori picture sumibi-yakitori  Â·  3Comments

aentity picture aentity  Â·  3Comments

porglezomp picture porglezomp  Â·  3Comments

aentity picture aentity  Â·  4Comments

cetra3 picture cetra3  Â·  3Comments