# QT-quick implementation of a nissy UI This is a UI for nissy written using [QT Quick](https://doc.qt.io/qt-6/qtquick-index.html). It has been tested only on Linux with QT 6.9. Building requires CMake. To build this project, run ``` make ``` To run it you can use ``` ./run `` or ``` make run ``` The latter command is going to build the project (if has not already been built) and run it with some debug options enabled.