dtcxzyw / animgui

IMGUI
https://animgui.readthedocs.io
MIT License
11 stars 6 forks source link

[docs] Picts or screencasts? #1

Open moebiussurfing opened 1 year ago

moebiussurfing commented 1 year ago

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...

dtcxzyw commented 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.

https://user-images.githubusercontent.com/15650457/226892206-a1031750-791b-49e4-9ac2-cb16a9b3f20d.mov

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.).