hrueger / AGLight

An intuitive software for controlling DMX lights.
MIT License
23 stars 3 forks source link
controlling controlling-led-lights dmx event light ui

AGLight 💡

Avalible on Google Play Production build Lint License GitHub last commit Maintenance

Screenshots

Dashboard Fixture Editor Choose between channel modes
Screenshot 1 Screenshot 2 Screenshot 3
Completely configure your UI Advanced settings available Supported interfaces
Screenshot 4 Screenshot 5 Screenshot 6

What is it?

AGLight is a intiutive software for controlling DMX lights. You can build the userinterface yourself by adding different widgets via Drag and Drop. Building instructions for a console with physical faders and displays will be available soon.

The Electron Angular App will send over the dmx universe over to different devices. This is done using the excellent node-dmx library. You can see all supported devices here.

Features

How does it work?

I want to use this software

  1. Download a the latest release for your operating system here
  2. Install it
  3. Have fun!

I want to contribute

  1. Clone this repository by typing git clone https://github.com/hrueger/AGLight in your command prompt
  2. cd AGLight
  3. Type npm start to start your dev session with LiveSync!
  4. Before creating a pull request be sure to check for linting errors with npm run lint