/AnimTimeline

Custom Qt widget like Blender timeline for animation

Primary LanguageC++Apache License 2.0Apache-2.0

AnimTimeline

Custom Qt widget like Blender timeline for animation

timeline

Released date : April 2019

Build Instructions (Linux)

$ mkdir build
$ cd build
$ cmake ..
$ make

Run test application

./build/AnimTimeline

test timeline

On your Qt application write

AnimTimeline * timeline = new AnimTimeline();
timeline->show(); // dialog window