Update README.md

This commit is contained in:
Peter Slattery 2019-12-29 08:30:45 -08:00 committed by GitHub
parent d37d94c53f
commit 96f8622112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Lumenarium by Foldhaus # Lumenarium by Foldhaus
![Image of Lumenarium](./docs/images/hero-0.png) ![Image of Lumenarium](./docs/images/hero-0.PNG)
## What Is Lumenarium? ## 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 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.
@ -54,4 +54,4 @@ Coming Soon
### Live Compilation Reload ### 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. 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](https://guide.handmadehero.org/code/day022/) To see how this works in detail see [Handmade Hero](https://guide.handmadehero.org/code/day022/)