SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
237 stars 21 forks source link

Implement Intrinsic Sizing #192

Open LPGhatguy opened 1 month ago

LPGhatguy commented 1 month ago

Closes #45. Thanks to @johann2 for taking a first look at this!

WIP!

Implements intrinsic sizing, which is useful for all sorts of layouts and is a fundamental part of expressing some layouts with flutter.