// TRIPLE NESTED LOOP
Rule 30 (elementary cellular automaton)
Make something human.
Small areas of symmetry.
Do some code golf! How little code can you write to make something interesting? Share the sketch and its code together if you can.
Triangle subdivision.
Generate some rules, then follow them by hand on paper.
Curve only.
Interference patterns.
// TREE
Use something other than a computer as an autonomous process (or use a non-computer random source).
Use an API (e.g. the weather). Here’s a huge list of free public APIs.
Do not repeat.
// SUBDIVISION
Let someone else decide the general rules of your piece.
Circles only
Draw a line, pick a new color, move a bit.
One process grows, another process prunes.
Increase the randomness along the Y-axis.
No loops.
function f(x) {
DRAW(x);
f(1 * x / 4);
f(2 * x / 4);
f(3 * x / 4);
}
Draw a line. Wrong answers only.
#264653 #2a9d8f #e9c46a #f4a261 #e76f51, no gradients.
Optionally, you can use a black or white background.
500 lines.
Make a grid of permutations of something.
2D Perspective.
Monochrome gradients without lines.
Use sound.
Any shape, none can touch.
Replicate a natural concept (e.g. gravity, flocking, path following).
10 SEARCH FOR "ENO'S OBLIQUE STRATEGIES"
20 OBTAIN ONE
30 THAT IS YOUR PROMPT FOR TODAY
Thanks to all of these people for helping out, coming up with prompts, helping make the website, brainstorming, support and being amazing:
Aaron Penne, Amy Goodchild, Harold, Jonathan Barbeau, Licia He, Louis-André Labadie, Michael Lowe, Piter Pasma, Richard Vigniel, Sam Corzine, Stevan Dedovic and Thomas Lin Pedersen.