top of page

Overview

InputAnimator is a small application that captures input events (mouse clicks and moves, keyboards click, microphone) and allows to put on the stream cool, interactive animations.

Application is created with use of Qt Quick and QML. QML has been used as a script language to create animations. Each animation is loaded dynamically in the runtime from the local directory or the remote repository. In this way, everyone can simply modify animation or even create its own.

QML scripts contain InputAnimator's event handling API, allowing to use events from mouse, keyboard and microphone.

You can see and download application:

bottom of page