Here is a video of the finished installation.
- Build the monolith with single addressable mapped LEDs
- A webcam mounted under the ceiling
- Object track a random visitor
- Project an anamorphic circle on the surface of the monolith for this visitor
- Provoke some dude to blow it up
Positions of the LEDs where defined beforehand with an Inkscape SVG drawing. One large side and one small side is driven by one Raspberry Pi. A laptop is running the server components which sends over OSC a vector of RGB8 values to the raspberries, which then drive the leds.
- Control ws2812b: smart-leds
- Nannou
cargo install cross
# Nannou
sudo apt-get install curl build-essential python3 cmake pkg-config
sudo apt-get install libasound2-dev
sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev
sudo apt-get install libvulkan1 mesa-vulkan-drivers vulkan-tools