kfahn commited on
Commit
1a7268d
·
verified ·
1 Parent(s): de3d7c6

Create expanded.json

Browse files

Add an expanded version of the json file.

Files changed (1) hide show
  1. expanded.json +116 -0
expanded.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "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
+ }