jkb0o / belly

Define the Bevy UI tree with `eml!`, style it using a very-css-like `ess` syntax and relate data data with `bind!` and `connect!`
Apache License 2.0
406 stars 32 forks source link

bevy-0.10 #51

Closed jkb0o closed 1 year ago

jkb0o commented 1 year ago

This is somehow working version for bevy 0.10+. All examples looks the same as in stable version, everything compiles, tests passes.

There are some ui bugs in bevy-0.10 that breaks layout. Some of them fixed in the taffy, some of them (https://github.com/bevyengine/bevy/pull/7948) fixed, but is not in the stable stream.

Once bevy-0.10.1 released, this will be merged as well.

Dolphin2Point1 commented 1 year ago

0.10.1 is out, excited to see this merged soon.

jkb0o commented 1 year ago

@Dolphin2Point1 Done. Thank you for a contribution!