uucidl / abd.monomeqml

Abandoned: qml plugin for controlling monome devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project has been canceled. I'm no longer interested in Qt/QML.

Monome support for QML

This QML/Qt plugin targets Monome devices to enable common interaction patterns with these physical devices.

To know more and purchase monome devices look on the official website

Note: this is not an official plugin. Contact the manufacturer for device questions.

Status Continuous Build Status

Abandoned

Licensing

MIT. Look for the LICENSE file.

Installation

The following will build & install the plugin in your QT5 qml installation path:

qmake
make install

You may override the installation directory like so:

INSTALL_DIR=<alternative_target> qmake
make

Using

Look for the examples under examples directory.

For instance to run the direct value manipulation example:

./test.sh
qmlscene -I build/qml examples/direct-value/Main.qml

Calling test.sh ensures the plugin has been built and installed to build/qml

Contributing

Requirement: qt5 Optional requirements: clang-format

use test.sh to run the unit tests.

use pre-commit.sh to ensure the code is well formatted (uses clang-format)

About

Abandoned: qml plugin for controlling monome devices

License:MIT License


Languages

Language:QML 49.8%Language:C++ 38.8%Language:Shell 6.4%Language:QMake 3.2%Language:JavaScript 1.7%