Running man demo in QML
Showcase
6
Posts
2
Posters
3.1k
Views
1
Watching
-
I recently spend some time on elaborating the limits of Qt Quick and its animation capabilities. One of the outcomes was this little demo I'd like to share:
"Youtube":http://www.youtube.com/watch?v=r5kEIJobVnc
Source code on "gitorious":https://www.gitorious.org/qt-training/qml-demos/trees/master/runner .
Happy hacking,
Frank. -
Ahh, yes, but it is not simple!-) It was my first try. Actually it uses 4 states which I ripped from a youtube video. You could do it with two states mirrored pair-wise. The interesting point I see: Quite natural motion can be mimicked with linear easing curves.
-
Hmmm... it's QML after all;)