Skip to content

hiergaut/AnimTimeline

Repository files navigation

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

About

Custom Qt widget like Blender timeline for animation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors