algorithmic-art

Installation
SKILL.md

Algorithmic Art

Create generative art with code using p5.js, featuring seeded randomness for reproducibility.

Core Concepts

Seeded Randomness

// Use seed for reproducible results
function setup() {
  randomSeed(42);
  noiseSeed(42);
}
Installs
1
First Seen
Mar 6, 2026
algorithmic-art — moodmnky-llc/mood-mnky-command