{"id":24799301,"url":"https://github.com/hrueger/aglight","last_synced_at":"2025-10-13T00:31:23.159Z","repository":{"id":35392441,"uuid":"217459385","full_name":"hrueger/AGLight","owner":"hrueger","description":"An intuitive software for controlling DMX lights.","archived":false,"fork":false,"pushed_at":"2022-06-17T00:14:35.000Z","size":14850,"stargazers_count":21,"open_issues_count":23,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-23T02:15:12.062Z","etag":null,"topics":["controlling","controlling-led-lights","dmx","event","light","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrueger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"hrueger","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-10-25T05:42:51.000Z","updated_at":"2024-03-07T18:00:29.000Z","dependencies_parsed_at":"2022-07-27T20:09:11.809Z","dependency_job_id":null,"html_url":"https://github.com/hrueger/AGLight","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrueger%2FAGLight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrueger%2FAGLight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrueger%2FAGLight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrueger%2FAGLight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrueger","download_url":"https://codeload.github.com/hrueger/AGLight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236284608,"owners_count":19124147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["controlling","controlling-led-lights","dmx","event","light","ui"],"created_at":"2025-01-30T02:17:43.165Z","updated_at":"2025-10-13T00:31:17.593Z","avatar_url":"https://github.com/hrueger.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hrueger"],"categories":[],"sub_categories":[],"readme":"# AGLight 💡\r\n[![Avalible on Google Play](https://img.shields.io/endpoint?color=brightgreen\u0026logo=google-play\u0026logoColor=white\u0026url=https%3A%2F%2Fplayshields.herokuapp.com%2Fplay%3Fi%3Dde.hannesrueger.aglight%26l%3DGoogle%2520Play%26m%3Dv%24version%2520(%2524sizeB))](https://play.google.com/store/apps/details?id=de.hannesrueger.aglight)\r\n[![Production build](https://github.com/hrueger/AGLight/workflows/Production%20build/badge.svg)](https://github.com/hrueger/AGLight/actions)\r\n[![Lint](https://github.com/hrueger/AGLight/workflows/Lint/badge.svg)](https://github.com/hrueger/AGLight/actions)\r\n[![License](https://img.shields.io/badge/License-MIT-blue)](./LICENSE.md)\r\n[![GitHub last commit](https://img.shields.io/github/last-commit/hrueger/AGLight?color=brightgreen)](https://github.com/hrueger/AGLight/commits)\r\n[![Maintenance](https://img.shields.io/maintenance/yes/2021)](https://github.com/hrueger/AGLight/commits)\r\n\r\n## Screenshots\r\nDashboard | Fixture Editor | Choose between channel modes \r\n----- | ----- | -----\r\n![Screenshot 1](./screenshots/01.png) | ![Screenshot 2](./screenshots/02.png) | ![Screenshot 3](./screenshots/03.png)\r\n\r\nCompletely configure your UI | Advanced settings available | Supported interfaces\r\n----- | ----- | -----\r\n![Screenshot 4](./screenshots/04.png) | ![Screenshot 5](./screenshots/05.png) | ![Screenshot 6](./screenshots/06.png)\r\n\r\n## What is it?\r\nAGLight 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.\r\n\r\nThe Electron Angular App will send over the dmx universe over to different devices. This is done using the excellent [node-dmx](https://github.com/node-dmx/dmx) library. You can see all supported devices [here](https://github.com/node-dmx/dmx/tree/master/drivers).\r\n\r\n## Features\r\n* Create your custom UI via Drag and Drop\r\n* Uses the great [OpenFixtureLibrary](https://github.com/OpenLightingProject/open-fixture-library)\r\n* Preview your scene with the 3D Visualizer (in dev)\r\n* Supports the following USB interfaces:\r\n    * All artnet devices like EnttecODE\r\n    * BeagleBone-DMX\r\n    * All DMX4ALL devices like the \"NanoDMX USB Interface\"\r\n    * All devices with a \"Enttec USB DMX Pro chip\", like the \"DMXKing ultraDMX Micro\"\r\n    * Enttec Open DMX USB\r\n    * DMXKing Ultra DMX pro\r\n\r\n## How does it work?\r\n### I want to use this software\r\n1. Download a the latest release for your operating system [here](https://github.com/hrueger/AGLight/releases/latest)\r\n2. Install it\r\n3. Have fun!\r\n\r\n### I want to contribute\r\n1. Clone this repository by typing `git clone https://github.com/hrueger/AGLight` in your command prompt\r\n2. `cd AGLight`\r\n3. Type `npm start` to start your dev session with LiveSync!\r\n4. Before creating a pull request be sure to check for linting errors with `npm run lint`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrueger%2Faglight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrueger%2Faglight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrueger%2Faglight/lists"}