#dmx #adapter #lighthouse #art-net #group #three #udp-ip

app arthouse

Art-Net (DMX over UDP/IP) adapter for Project Lighthouse

7 stable releases

new 3.0.0 May 24, 2024
2.0.3 May 22, 2024
2.0.0 Apr 9, 2024
1.0.1 Apr 8, 2024

#1 in #dmx

Download history 304/week @ 2024-04-05 39/week @ 2024-04-12

360 downloads per month

GPL-3.0 license

1.5MB
454 lines

Arthouse

crates.io Build

Art-Net (DMX over UDP/IP) adapter for Project Lighthouse.

Using this adapter, the Project Lighthouse display can be controlled like a standard DMX fixture from lighting controllers such as QLC+.

Getting Started

Make sure that LIGHTHOUSE_USER and LIGHTHOUSE_TOKEN contain valid Project Lighthouse credentials, then run

cargo run

Alternatively you can also pass the corresponding command-line options, see --help for a detailed overview. By default, the adapter will listen on 0.0.0.0:6454, i.e. the default Art-Net port, for UDP packets.

The following guide explains how to configure QLC+, though any other Art-Net client can be used too. First, make sure that you have at least three universes that output to Art-Net on localhost. This can be configured in the Input/Output tab:

Input/Output

Then switch to the Fixtures tab and add an RGB panel fixture:

Fixtures

The fixture needs to have 28 columns, 14 rows and "Zig Zag" displacement:

Add RGB Panel

After confirming, RGB panels and a corresponding fixture group should have been added:

Fixtures

Finally, switch to the Functions tab and create an RGB matrix by clicking the corresponding button in the toolbar:

Functions

Select the previously created fixture group in the drop down menu on the right and click the play button to preview the animation:

Functions

If everything went well, the output should be mirrored to the lighthouse:

Lighthouse

Dependencies

~10–22MB
~284K SLoC