scriptgrapher
Where scripts become visual art. Computational calligraphy, generative typography, and code-driven illustration.
Generative Canvas
Every algorithm carries a hidden aesthetic. The same sorting function that organizes data can paint landscapes of swapping bars. A pathfinding algorithm traces rivers through digital terrain. Here, code is the brush and parameters are the palette.
for (let i = 0; i < points.length; i++) {
ctx.lineTo(points[i].x, noise(i * 0.1));
}
Parametric Typography
Letters are not fixed shapes but parameter spaces. Adjust weight, contrast, width, and serif presence along continuous axes. Watch a typeface morph from geometric to humanist in real-time, driven by sliders and sine waves.
The Gallery
A curated collection of algorithmically generated artworks. Each piece includes its source code, so every viewer can become a creator. Fork a script, tweak a constant, and discover new visual worlds.