Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 590 Bytes

SwiftLed

Lighting controller implementation in swift. Completely unsupported and experimental.

Designed to interface with go-led-spi, but also should work with arbitrary OPC servers.

MIT license.

Sources/OPC

OPC library. Similar to openpixelcontrol's OPC library... but in Swift.

Sources/swiftled

Test executable is here. Will probably do more visualizations in the future.

SwiftledMobile

UI that uses OPC library. Probably will have code specific to my LED ball. Fork it. Do what you want.