Open moebiussurfing opened 1 year ago
Thanks for your interest!
The goal of animgui
is to be an alternative to ImGui with animation support. This project is no longer active due to my unsuccessful attempts to find an elegant way to control animations in an ImGui-like UI library.
Currently, only the built-in demo uses it: https://github.com/dtcxzyw/animgui/blob/main/examples/demo/demo.cpp. It only demonstrates some basic functionality and looks poor.
If you are looking for an ImGui component/an ImGui-like library that supports animation/even an out-of-the-box UI library, I'm sorry that it can't help you. By the way, if you're interested in implementing an ImGui-like library, any contribution is welcome (appearance, widgets, animations, user input, docs, etc.).
Hello @dtcxzyw , Thanks for sharing.
Do you have any picts/video of how it looks? Or have you used in any app to check it out?
I would like to start on animate/ease some ImGui menus and widgets...