🎨 RéMôi Infinity Art
Live Since Launch
00
d
00
h
00
m
00
s
Showcase
Editor
Watch beautiful code art.
Cosmic Spiral
Preset 1 of 5
Start Creating Your Own Art
Code Editor
Write p5.js code and see instant results
▶ Run
⏹ Stop
Clear
💾 PNG
🎬 GIF (3s)
🎥 WEBM (5s)
← Back
// Write your p5.js code here // Example: Simple animation let t = 0; function setup() { createCanvas(400, 400); } function draw() { background(0, 10); fill(255, 100, 100); noStroke(); ellipse(width/2 + sin(t) * 100, height/2 + cos(t * 1.5) * 50, 40, 40); t += 0.05; }
Quick Examples
Standard p5.js
Compact Format
Particles
Wave Field
Preview
60 FPS
Format: p5.js
Console
Ready to run code...