Dashboard | Fixture Editor | Choose between channel modes |
---|---|---|
Completely configure your UI | Advanced settings available | Supported interfaces |
---|---|---|
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.
- Create your custom UI via Drag and Drop
- Uses the great OpenFixtureLibrary
- Preview your scene with the 3D Visualizer (in dev)
- Supports the following USB interfaces:
- All artnet devices like EnttecODE
- BeagleBone-DMX
- All DMX4ALL devices like the "NanoDMX USB Interface"
- All devices with a "Enttec USB DMX Pro chip", like the "DMXKing ultraDMX Micro"
- Enttec Open DMX USB
- DMXKing Ultra DMX pro
- Download a the latest release for your operating system here
- Install it
- Have fun!
- Clone this repository by typing
git clone https://github.com/hrueger/AGLight
in your command prompt cd AGLight
- Type
npm start
to start your dev session with LiveSync! - Before creating a pull request be sure to check for linting errors with
npm run lint