Creative Engineering / Tools
Figma Plugins
Design Systems Toolkit
A suite of custom Figma plugins to speed up design workflows.

Solving the Missing Features
I wrote these plugins because I needed them.
Standard design tools often lack specific features required for audio interface design or technical drawing. Instead of waiting for updates or doing things manually, I built small utilities to speed up my own process and help the team.
Most of these remain internal tools used by colleagues, though the Skew plugin was polished enough for a public release.
1. Skew & Flatten
Figma doesn't support non-destructive skewing, which makes creating faux-3D or isometric interfaces painful. I built this to allow precise horizontal and vertical skewing with a live preview. It also includes a "Flatten" mode to compress shapes along the skewed axis—essential for fitting UI elements into perspective mockups.
2. Mathematical Curve Generator
Drawing perfect harmonic curves by hand is impossible. I created this script specifically for Massive X Player and Moiré. It generates vector paths based on mathematical formulas (Lissajous, Rose Petals, Spirals). It allowed me to generate the exact assets needed for the product UI without relying on approximation.
3. Euclidean Circle Divider
Built explicitly for the Circular instrument. Circular required a UI based on radial segments with specific step counts and gaps. This plugin automates the geometry, allowing us to prototype different step-sequencer layouts instantly without manually calculating angles.
4. Sprite Sheet Generator
A bridge for legacy tech. Older audio engines (like Reaktor or older Kontakt builds) often rely on film-strip sprites for animation. This tool takes a set of keyframes, interpolates the movement between them, and exports a pixel-perfect sprite strip ready for the developers.
5. Waveform Generator
Used for experimental wireframes. It stacks vector waveforms in 3D space to visualize wavetable synthesis concepts quickly.