Creative Studio

We make art from algorithms and games from imagination

Jan & Philipp. Two software engineers turning code into unique pen-plotted artworks and playful interactive experiences.

Our Philosophy

Code is our canvas.
Algorithms are our brushes.

Every piece we create starts as lines of code. Custom algorithms generate unique visual compositions that are then brought to life by our pen plotter, drawing each stroke with precision on quality paper.

The same creative engineering drives our games: procedural generation, unexpected interactions, and experiences that feel both designed and discovered.

function generate() {
  const points = [];
  for (let i = 0; i < 1000; i++) {
    const angle = i * 0.1;
    const r = i * 0.5;
    points.push({
      x: cos(angle) * r,
      y: sin(angle) * r
    });
  }
  return plot(points);
}
+
01 / Art

Algorithmic Artworks

Each piece is generated once and plotted once. Unique by design, never reproduced.

View all artworks

How it works

We write custom algorithms in various programming languages. The code generates unique vector compositions that are then drawn on A3 paper using an Axidraw pen plotter with rOtring rapidograph ink.

02 / Games

Interactive Experiences

From generative art to game development. Creating playful experiences through procedural generation.

Super Sketchy Party

Super Sketchy Party

Available on Steam

A drawing and guessing party game for friends. Play locally or online via smartphones.

View on Steam