AGLight
AGLight copied to clipboard
An intuitive software for controlling DMX lights.
AGLight 💡
Screenshots
Dashboard | Fixture Editor | Choose between channel modes |
---|---|---|
![]() |
![]() |
![]() |
Completely configure your UI | Advanced settings available | Supported interfaces |
---|---|---|
![]() |
![]() |
![]() |
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
- 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
How does it work?
I want to use this software
- Download a the latest release for your operating system here
- Install it
- Have fun!
I want to contribute
- 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