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.
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);
} Algorithmic Artworks
Each piece is generated once and plotted once. Unique by design, never reproduced.
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.
Interactive Experiences
From generative art to game development. Creating playful experiences through procedural generation.
Super Sketchy Party
Available on SteamA drawing and guessing party game for friends. Play locally or online via smartphones.
View on Steam