Skip to content

uucidl/abd.monomeqml

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published