Implemented basic functionality

This commit is contained in:
2023-02-15 01:12:19 +01:00
parent e492cf82b9
commit 64cff3ce78
21 changed files with 1441 additions and 0 deletions

View File

@@ -1,2 +1,12 @@
# scheincommander
A qt quick application to control dmx moving heads / lights / fog machines (running on a raspberry pi)
## How to build
```
mkdir build
cd build
qmake6 ..
make -j4096
./applightcontrol
```