Replies: 1 comment 1 reply
-
|
at this point I need to consider wheter the animation should just resize widget or make it symetrical as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While ridding the bus I got an ides: maybe add a resize animation?
Overview
The idea is a bit difficouls ince neither giu nor imgui has common way to set item's size.
I suggest to create two interfaces: one with
Size(X float32)ando another forSize(x, y float32).Now animation should try to convert given widget to one of the interfaces if it fails, it should panic.
Beta Was this translation helpful? Give feedback.
All reactions