Spaces:
Sleeping
Sleeping
Update image_sources.json
Browse files- image_sources.json +114 -11
image_sources.json
CHANGED
@@ -1,13 +1,116 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|
|
|
1 |
{
|
2 |
+
"generative_images": {
|
3 |
+
"fractals": {
|
4 |
+
"dragon_curve": {
|
5 |
+
"name": "Dragon Curve",
|
6 |
+
"url": "https://editor.p5js.org/kfahn/full/U-zZxqlAp",
|
7 |
+
"description": "Dragon curve fractal with astroid curve.",
|
8 |
+
"width": 600,
|
9 |
+
"height": 600
|
10 |
+
},
|
11 |
+
"mandelbulb": {
|
12 |
+
"name": "Mandelbulb",
|
13 |
+
"url": "https://editor.p5js.org/kfahn/full/U6_U2XHJj",
|
14 |
+
"description": "Three dimensional form of the Mandelbrot set in pastel colors.",
|
15 |
+
"width": 800,
|
16 |
+
"height": 800
|
17 |
+
},
|
18 |
+
"julia_set": {
|
19 |
+
"name": "Julia Set",
|
20 |
+
"url": "https://editor.p5js.org/kfahn/full/d_6jOWOe5",
|
21 |
+
"description": "A famous fractal based on complex numbers.",
|
22 |
+
"width": 800,
|
23 |
+
"height": 450
|
24 |
+
}
|
25 |
+
},
|
26 |
+
"fluid_simulations": {
|
27 |
+
"marbling": {
|
28 |
+
"name": "Marbling",
|
29 |
+
"url": "https://editor.p5js.org/kfahn/full/sVGl-GBDq",
|
30 |
+
"description": "A fluid pattern simulation.",
|
31 |
+
"width": 640,
|
32 |
+
"height": 640
|
33 |
+
},
|
34 |
+
"grid_patterns": [
|
35 |
+
{
|
36 |
+
"name": "Perisan Rug",
|
37 |
+
"url": "https://editor.p5js.org/kfahn/full/sL1BsexS-",
|
38 |
+
"description": "Pattern created using the Persian rug algorithm",
|
39 |
+
"width": 1025,
|
40 |
+
"height": 1025
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"name": "Spiral line",
|
44 |
+
"url": "https://editor.p5js.org/kfahn/full/Z1mtb4_82",
|
45 |
+
"description": "Spiral created with just one line",
|
46 |
+
"width": 800,
|
47 |
+
"height": 800
|
48 |
+
}
|
49 |
+
]
|
50 |
+
},
|
51 |
+
"op_art": [
|
52 |
+
{
|
53 |
+
"name": "Kiddie art projects",
|
54 |
+
"url": "https://editor.p5js.org/kfahn/full/9uyYt6Vqr",
|
55 |
+
"description": "An optical illusion that looks like a 3d art project made of craft foam sheets.",
|
56 |
+
"width": 400,
|
57 |
+
"height": 400
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"name": "Grid based op art",
|
61 |
+
"url": "https://editor.p5js.org/kfahn/full/zLQ2L0OLM",
|
62 |
+
"description": "Grid of circles forming an optical illusion",
|
63 |
+
"width": 800,
|
64 |
+
"height": 800
|
65 |
+
}
|
66 |
+
],
|
67 |
+
"recursion": [
|
68 |
+
{
|
69 |
+
"name": "Apollonian Gasket",
|
70 |
+
"url": "https://editor.p5js.org/kfahn/full/0v1G3euCl",
|
71 |
+
"description": "Apollonian gasket filled with steiner chains",
|
72 |
+
"width": 400,
|
73 |
+
"height": 400
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"name": "Recursive Chains",
|
77 |
+
"url": "https://editor.p5js.org/kfahn/full/0v1G3euCl",
|
78 |
+
"description": "Recursive chains",
|
79 |
+
"width": 600,
|
80 |
+
"height": 600
|
81 |
+
}
|
82 |
+
],
|
83 |
+
"organic": {
|
84 |
+
"l_systems": [
|
85 |
+
{
|
86 |
+
"name": "Snake kolam l system",
|
87 |
+
"url": "https://editor.p5js.org/kfahn/full/uPb6xi3dp",
|
88 |
+
"description": "Snake kolam l system with cassini oval.",
|
89 |
+
"width": 600,
|
90 |
+
"height": 600
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"name": "Snake kolam l system",
|
94 |
+
"url": "https://editor.p5js.org/kfahn/full/vmOpzqqFh",
|
95 |
+
"description": "Snake kolam l system with tear shape.",
|
96 |
+
"width": 600,
|
97 |
+
"height": 600
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"name": "Koch Snowflake l system",
|
101 |
+
"url": "https://editor.p5js.org/kfahn/full/i2dc_-SYO",
|
102 |
+
"description": "Kock Snow flake with bicorn curve",
|
103 |
+
"width": 600,
|
104 |
+
"height": 600
|
105 |
+
}
|
106 |
+
],
|
107 |
+
"cellular_automata": {
|
108 |
+
"name": "Wolfram Ca",
|
109 |
+
"url": "https://editor.p5js.org/kfahn/full/GAj0vZYfS",
|
110 |
+
"description": "Wolfram CA with rule value 182 ",
|
111 |
+
"width": 788,
|
112 |
+
"height": 400
|
113 |
+
}
|
114 |
+
}
|
115 |
+
}
|
116 |
}
|