Skip to content

Commit ae3c52c

Browse files
committed
Merge branch 'main' of github.com:kasparsj/OSC2DMX
2 parents 952f050 + 2b276dc commit ae3c52c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# OSC2DMX
2-
OSC to DMX bridge app with support for Serial (Enttec DMX USB Pro), Art-Net and simulator software.
2+
OSC to DMX bridge app with support for Serial ([Enttec DMX USB Pro](https://www.enttec.com/product/lighting-communication-protocols/dmx512/dmx-usb-pro/)), Art-Net and simulator software.
33

4-
This is an application built with openFramweworks.
4+
This is an application built with [openFramweworks](https://openframeworks.cc/).
55

66
## Platforms
77

88
Currently only MacOs binaries are provided, but you can compile for other platforms with openFrameworks (>0.11) and additional addons: ofxArtnet, ofxDmx, ofxDropdown.
99

10-
## Using 3DView simulator software
10+
## Simulator software
1111

12-
3DView is a lighting simulator included in the free theLighingController by SweetLight.
12+
### 3DView
13+
14+
3DView is a lighting simulator included in the free [theLighingController by SweetLight](https://sweetlight-controller.com/).
1315

1416
- start 3DView
1517
- find 3DView listening port number (in Terminal run `lsof | grep 3DView` and look for UDP port number)
1618
- enter port number in OSC2DMX
1719

20+
### BlendexDMX
21+
22+
[BlenderDMX](https://github.com/hugoaboud/BlenderDMX) is an open source Blender addon for DMX visualisation.
23+
1824
## Todo
1925
- add sACN (streaming ACN) / E131 support using https://github.com/PlaymodesStudio/ofxE131Client

0 commit comments

Comments
 (0)