SecondHalfGames / yakui

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

add more main axis alignments #141

Closed Uriopass closed 5 months ago

Uriopass commented 5 months ago

Add the Space* alignments using the same algorithm as Flutter:

https://github.com/flutter/flutter/blob/67457e669f/packages/flutter/lib/src/rendering/flex.dart#L963

(which is also the CSS spec, the Flutter doc is really vague about the details).

Screenshot from 2024-01-24 13-39-27