geom3trik / tuix

Cross-platform GUI toolkit written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch layout system to Morphorm

geom3trik opened this issue · comments

The layout system in tuix has been separated into the Morphorm crate. Tuix now needs to use this crate for layout.

Could we also emphasize this in the readme? Currently it says Tuix is based on flexbox which doesn't seem to really match Morphorm IMHO.

Yes you are quite right that the readme does not correctly reflect the features of tuix. Part of reason for this is that the main branch is very out of date at the moment. Very soon I will merge the work done on other branches into main and update the readme with a better description of the features including the layout system.