LED Lighting Software
Go to file
Peter Slattery 76ec409cf3 Documentation 2019-12-29 08:40:50 -08:00
data Folder restructure 2019-10-30 07:28:02 -07:00
docs/images Documentation 2019-12-29 08:40:50 -08:00
meta Did a bunch of stuff with nodes 2019-11-11 20:34:56 -08:00
src Fixing a quick bug 2019-11-23 01:08:59 -08:00
.gitignore Updating gitignore 2019-10-30 07:30:12 -07:00
README.md Documentation 2019-12-29 08:40:50 -08:00
build.bat Quickly got the search lister to use the correct index when filtering the list. 2019-10-30 09:10:15 -07:00
clear_build.bat Folder restructure 2019-10-30 07:28:02 -07:00
msdev.bat Folder restructure 2019-10-30 07:28:02 -07:00
project.4coder Quickly got the search lister to use the correct index when filtering the list. 2019-10-30 09:10:15 -07:00
todo.txt Got assemblies to unload again 2019-11-22 23:57:30 -08:00
todo_done.txt Updating todo list 2019-11-11 20:36:10 -08:00
vc140.pdb Folder restructure 2019-10-30 07:28:02 -07:00

README.md

Lumenarium by Foldhaus

Lumenarium Banner

What Is Lumenarium?

Lumenarium is our custom build light and motion control software. It allows us to design light and motion patterns for our sculptures, visualize the output long before the sculpture is built, and iterate in real time to achieve the best visual results quickly.

Lumenarium is written in almost-C C++.

Image of Lumenarium

Features

The following features are under active development for integration in Lumenarium


Sculpture File Format

Sculptures are specified via a structured text file so that it is easy to represent new sculptures, simply as strips of LEDs.

Documentation coming soon.


DMX Output

Lumenarium supports SACN output, and ArtNet is in development, via a DMX system which underlies them both.


Live Visualization

We don't always have access to our physical sculptures while working on the lights and motion for them. Having a visualization of the sculpture lets us see what the patterns we develop will look like when running on the actual sculpture.

The visualization runs in real time, and mirrors the DMX output the sculptures will receive, so any changes made in the software are immediately reflected, both in the visualization and in the data sent over the network.


Animation Timeline

One goal of Lumenarium is to enable fine-grained control over procedural light and motion patterns. Patterns can be arranged on a timeline for manual sequencing.

Coming Soon

  • Pattern Fading/Cross fading
  • Pattern parameter controls

Node Based Pattern Creation

Pattern creation also happens within Lumenarium. Rather than program individual patterns in code, Lumenarium provides a node based interface to combine small units of functionality to create patterns. These patterns are available for sequencing in the animation timeline.

Coming Soon

  • compilation of node based patterns
  • more nodes!

Live Compilation Reload

One of the most fulfilling parts of working on these sculptures is getting to iterate live on the lights and motion in front of the physical sculpture while on active display. While Lumenarium is designed to enable everyone to shape the visual identity of our sculptures, it also allows for low-level, fine grained control over the visual output as well. The software is split into a platform layer (currently Windows only, though there are plans to support Mac, and possibly Raspberry Pi), and an application library. The application library can be recompiled and hot loaded while the software is running to facilitate the fastest possible iteration time.

To see how this works in detail see Handmade Hero