demex is a command based DMX-Lighting control application written in Rust. It's command syntax and functionality is heavily inspired by the ETC Eos family and MA family of lighting consoles.
demex is currently in development and not yet ready for use. If you want to try it out, you can clone the repository
git clone https://github.com/matteolutz/demex
and run the project using
cargo run -- -s test_data/cinema.json
There will be test data loaded and you can start playing around with the commands and the UI.
Before you can run demex, you need to install some additional packages. You can do this by running
sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
TODO
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See LICENSE for more informations.
matteolutz.de · GitHub @matteolutz · Email info@matteolutz.de