Spaces:
Sleeping
Sleeping
Update expanded.json
Browse files- expanded.json +133 -113
expanded.json
CHANGED
@@ -1,116 +1,136 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
"
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
"
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
"
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
}
|
116 |
}
|
|
|
1 |
{
|
2 |
+
{
|
3 |
+
"dragon_curve": {
|
4 |
+
"name": "Dragon Curve",
|
5 |
+
"url": "https://editor.p5js.org/kfahn/full/U-zZxqlAp",
|
6 |
+
"description": "Dragon curve fractal with astroid curve.",
|
7 |
+
"width": 600,
|
8 |
+
"height": 630
|
9 |
+
},
|
10 |
+
"gear_fractal": {
|
11 |
+
"name": "Gear Fractal animation",
|
12 |
+
"url": "https://editor.p5js.org/kfahn/full/06dq2Q3Fd",
|
13 |
+
"description": "Gear curve fractal animation",
|
14 |
+
"width": 600,
|
15 |
+
"height": 630
|
16 |
+
},
|
17 |
+
"toothpicks": {
|
18 |
+
"name": "Recursive toothpicks",
|
19 |
+
"url": "https://editor.p5js.org/kfahn/full/06dq2Q3Fd",
|
20 |
+
"description": "Coding Train thumbnail for 126-Toothpicks",
|
21 |
+
"width": 800,
|
22 |
+
"height": 470
|
23 |
+
},
|
24 |
+
"mandelbulb": {
|
25 |
+
"name": "Mandelbulb",
|
26 |
+
"url": "https://editor.p5js.org/kfahn/full/U6_U2XHJj",
|
27 |
+
"description": "Three dimensional form of the Mandelbrot set in pastel colors.",
|
28 |
+
"width": 800,
|
29 |
+
"height": 830
|
30 |
+
},
|
31 |
+
"julia_set": {
|
32 |
+
"name": "Julia Set",
|
33 |
+
"url": "https://editor.p5js.org/kfahn/full/d_6jOWOe5",
|
34 |
+
"description": "A famous fractal based on complex numbers.",
|
35 |
+
"width": 800,
|
36 |
+
"height": 480
|
37 |
+
},
|
38 |
+
"marbling": {
|
39 |
+
"name": "Marbling",
|
40 |
+
"url": "https://editor.p5js.org/kfahn/full/sVGl-GBDq",
|
41 |
+
"description": "A fluid pattern simulation.",
|
42 |
+
"width": 640,
|
43 |
+
"height": 670
|
44 |
+
},
|
45 |
+
"persian-run": {
|
46 |
+
"name": "Perisan Rug",
|
47 |
+
"url": "https://editor.p5js.org/kfahn/full/sL1BsexS-",
|
48 |
+
"description": "Pattern created using the Persian rug algorithm",
|
49 |
+
"width": 1025,
|
50 |
+
"height": 1055
|
51 |
+
},
|
52 |
+
"one-spiral-line": {
|
53 |
+
"name": "Spiral line",
|
54 |
+
"url": "https://editor.p5js.org/kfahn/full/Z1mtb4_82",
|
55 |
+
"description": "Spiral created with just one line",
|
56 |
+
"width": 800,
|
57 |
+
"height": 830
|
58 |
+
},
|
59 |
+
"ten-print-triangles": {
|
60 |
+
"name": "Ten print",
|
61 |
+
"url": "https://editor.p5js.org/kfahn/full/V6NLsv8PA",
|
62 |
+
"description": "ten print with triangles",
|
63 |
+
"width": 800,
|
64 |
+
"height": 830
|
65 |
+
},
|
66 |
+
"ten-print-squares": {
|
67 |
+
"name": "Ten print",
|
68 |
+
"url": "https://editor.p5js.org/kfahn/full/E9V83mN8i",
|
69 |
+
"description": "ten print with squares and astroid",
|
70 |
+
"width": 800,
|
71 |
+
"height": 830
|
72 |
+
},
|
73 |
+
"ten-print-eight-curve": {
|
74 |
+
"name": "Ten print",
|
75 |
+
"url": "https://editor.p5js.org/kfahn/full/SHwrFMKza",
|
76 |
+
"description": "ten print with eight curve",
|
77 |
+
"width": 800,
|
78 |
+
"height": 830
|
79 |
+
},
|
80 |
+
"op-art": {
|
81 |
+
"name": "Kiddie art projects",
|
82 |
+
"url": "https://editor.p5js.org/kfahn/full/9uyYt6Vqr",
|
83 |
+
"description": "An optical illusion that looks like a 3d art project made of craft foam sheets.",
|
84 |
+
"width": 400,
|
85 |
+
"height": 430
|
86 |
+
},
|
87 |
+
"op-art-grid": {
|
88 |
+
"name": "Grid based op art",
|
89 |
+
"url": "https://editor.p5js.org/kfahn/full/zLQ2L0OLM",
|
90 |
+
"description": "Grid of circles forming an optical illusion",
|
91 |
+
"width": 800,
|
92 |
+
"height": 830
|
93 |
+
},
|
94 |
+
"appolonian-gasket": {
|
95 |
+
"name": "Apollonian Gasket",
|
96 |
+
"url": "https://editor.p5js.org/kfahn/full/0v1G3euCl",
|
97 |
+
"description": "Apollonian gasket filled with steiner chains",
|
98 |
+
"width": 400,
|
99 |
+
"height": 430
|
100 |
+
},
|
101 |
+
"recursive-chains": {
|
102 |
+
"name": "Recursive Chains",
|
103 |
+
"url": "https://editor.p5js.org/kfahn/full/0v1G3euCl",
|
104 |
+
"description": "Recursive chains",
|
105 |
+
"width": 600,
|
106 |
+
"height": 630
|
107 |
+
},
|
108 |
+
"snake-kolam-l-system": {
|
109 |
+
"name": "Snake kolam l system",
|
110 |
+
"url": "https://editor.p5js.org/kfahn/full/uPb6xi3dp",
|
111 |
+
"description": "Snake kolam l system with cassini oval.",
|
112 |
+
"width": 600,
|
113 |
+
"height": 630
|
114 |
+
},
|
115 |
+
"snake-kolam-l-system2": {
|
116 |
+
"name": "Snake kolam l system",
|
117 |
+
"url": "https://editor.p5js.org/kfahn/full/vmOpzqqFh",
|
118 |
+
"description": "Snake kolam l system with tear shape.",
|
119 |
+
"width": 600,
|
120 |
+
"height": 630
|
121 |
+
},
|
122 |
+
"koch-snowflake": {
|
123 |
+
"name": "Koch Snowflake l system",
|
124 |
+
"url": "https://editor.p5js.org/kfahn/full/i2dc_-SYO",
|
125 |
+
"description": "Kock Snow flake with bicorn curve",
|
126 |
+
"width": 600,
|
127 |
+
"height": 630
|
128 |
+
},
|
129 |
+
"wolfram-ca": {
|
130 |
+
"name": "Wolfram Ca",
|
131 |
+
"url": "https://editor.p5js.org/kfahn/full/GAj0vZYfS",
|
132 |
+
"description": "Wolfram CA cellular automata with rule value 182 ",
|
133 |
+
"width": 788,
|
134 |
+
"height": 430
|
135 |
}
|
136 |
}
|