Inspired by the intricate wiring of modular synthesizers, I built this project to explore Houdini's render pipeline and animation systems.
A core technical challenge was writing VEX code that place variable-sized blocks on a grid without overlap. The layout and wire animation is fully procedural, driven by a seed value that controls the distribution of blocks and a SOP Solver that dynamically finds empty slots within a target radius.

Breakdown

You may also like

Back to Top