Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.56 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.56 KB

sACN Monitor

An app to view DMX data received over sACN (ANSI E1.31) in the style of Haute Technique's ArtNetView.

See Documentation.

Built using:

App image

Install

Manually

Precompiled binaries for macOS and Windows can be found on the Releases page.

Homebrew

brew install patopesto/tap/sacn-monitor

Dev

  • Install dependencies

Follow the Wails Getting Started guide.

You need go installed and GOPATH set in you PATH.

go install github.com/wailsapp/wails/v2/cmd/wails@latest
  • Run App
wails dev

This will start a Vite development server. The app can also be developed in a browser at http://localhost:34115.

  • Build App
wails build

References