kfahn commited on
Commit
f03b3b0
·
verified ·
1 Parent(s): 2d91d02

Update expanded.json

Browse files
Files changed (1) hide show
  1. expanded.json +133 -113
expanded.json CHANGED
@@ -1,116 +1,136 @@
1
  {
2
- "iamge_types": {
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
- "viewport_width": 600,
9
- "viewport_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
- "viewport_width": 800,
16
- "viewport_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
- "viewport_width": 800,
23
- "viewport_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
- "viewport_width": 640,
32
- "viewport_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
- "viewport_width": 1025,
40
- "viewport_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
- "viewport_width": 800,
47
- "viewport_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
- "viewport_width": 400,
57
- "viewport_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
- "viewport_width": 400,
73
- "viewport_height": 400
74
- },
75
- {
76
- "name": "Recursive Chains",
77
- "url": "https://editor.p5js.org/kfahn/full/0v1G3euCl",
78
- "description": "Recursive chains",
79
- "viewport_width": 600,
80
- "viewport_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
- "viewport_width": 600,
90
- "viewport_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
- "viewport_width": 600,
97
- "viewport_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
- "viewport_width": 600,
104
- "viewport_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
- "viewport_width": 788,
112
- "viewport_height": 400
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
  }