Dovyski / cvui

A (very) simple UI lib built on top of OpenCV drawing primitives
https://dovyski.github.io/cvui/
MIT License
830 stars 212 forks source link

Add a rudimentary animation system #56

Open Dovyski opened 5 years ago

Dovyski commented 5 years ago

I think the UI produced by cvui would benefit from some animation sugar, e.g. blinks, small fades, marching ants line, etc. This is definitely not the core of the lib, but I'm opening this issue to collect feedback and keep the idea alive.

Below is a gif of something I envision being possible with this simple animation system:

animated-line

Creating aesthetically appealing UI should not be a burden, should be a breeze.

thewoz commented 5 years ago

cool!