https://github.com/uucidl/abd.monomeqml
Abandoned: qml plugin for controlling monome devices
https://github.com/uucidl/abd.monomeqml
Last synced: 3 months ago
JSON representation
Abandoned: qml plugin for controlling monome devices
- Host: GitHub
- URL: https://github.com/uucidl/abd.monomeqml
- Owner: uucidl
- License: mit
- Created: 2014-06-22T17:56:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T20:36:50.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T05:45:41.749Z (5 months ago)
- Language: QML
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://monome.org/)Note: this is not an official plugin. Contact the manufacturer for
device questions.Status 
------Abandoned
Licensing
---------MIT. Look for the [LICENSE](./LICENSE) file.
Installation
------------The following will build & install the plugin in your QT5 qml installation path:
qmake
make installYou may override the installation directory like so:
INSTALL_DIR= qmake
makeUsing
-----Look for the examples under [examples](./examples/) directory.
For instance to run the direct value manipulation example:
./test.sh
qmlscene -I build/qml examples/direct-value/Main.qmlCalling test.sh ensures the plugin has been built and installed to
build/qmlContributing
------------Requirement: qt5
Optional requirements: clang-formatuse [test.sh](./test.sh) to run the unit tests.
use [pre-commit.sh](./pre-commit.sh) to ensure the code is well formatted (uses clang-format)