index

sandbox

experiments, tests and things that only half worked. none of it is a finished project — this is the practice the projects came out of.

2026-08

ai fusion vase

asked an AI to model a vase in Fusion 360 that I could print. texture is a part of Fusion I had never used, so watching how it got there was as much the point as the vase — I asked for something close to the weave on a HomePod mini.

it printed, and the file was clean: no errors, and none of the extruding into thin air that happens where a model has geometry with nothing underneath it.

2025-08

RGB color mixer

a game: five circles on screen, mix RGB until you match the target color. the interface is physical — buttons, knobs, and RGB LEDs inside ping pong balls — and the room's DMX lighting follows whatever color you land on.

the point of building it was to get TouchDesigner, Arduino and DMX talking to each other in one loop, rather than two at a time.

the controls and the DMX lights in sync, before the circles were added
all of it together — the circles on screen, the physical controls, and the lights
2025-05

hand tracking → LED

hand position from a Kinect, converted in TouchDesigner into how many LEDs light up.

simple, and that was the point. the mapping is trivial, so the only thing worth finding out was whether the whole chain could keep up with a moving hand. it does.

2025-04

LED strip over ArtNet

first TouchDesigner experiment. an ESP32 receives DMX over ArtNet on Wi-Fi and drives individual LED colors on a strip.

rough — no enclosure, no error handling, a wire falling out would take it down. but the networked part worked, which was the whole question.