A node-based lighting control software.
You need to have the following tools installed:
- Rust (stable)
- cbindgen
- Flutter SDK
- protoc
- LLVM
- lld (only on linux)
git clone https://github.com/maxjoehnk/Mizer.git
cd MizerRun make build in the Project root. This will generate any necessary source files and also build the dynamic libraries required for the ui.
After running make build once you can just use cargo run to start Mizer.

