Generative_Art_Examples / expanded.json
kfahn's picture
Update expanded.json
75ad128 verified
raw
history blame
3.77 kB
{
"iamge_types": {
"fractals": {
"dragon_curve": {
"name": "Dragon Curve",
"url": "https://editor.p5js.org/kfahn/full/U-zZxqlAp",
"description": "Dragon curve fractal with astroid curve.",
"viewport_width": 600,
"viewport_height": 600
},
"mandelbulb": {
"name": "Mandelbulb",
"url": "https://editor.p5js.org/kfahn/full/U6_U2XHJj",
"description": "Three dimensional form of the Mandelbrot set in pastel colors.",
"viewport_width": 800,
"viewport_height": 800
},
"julia_set": {
"name": "Julia Set",
"url": "https://editor.p5js.org/kfahn/full/d_6jOWOe5",
"description": "A famous fractal based on complex numbers.",
"viewport_width": 800,
"viewport_height": 450
}
},
"fluid_simulations": {
"marbling": {
"name": "Marbling",
"url": "https://editor.p5js.org/kfahn/full/sVGl-GBDq",
"description": "A fluid pattern simulation.",
"viewport_width": 640,
"viewport_height": 640
},
"grid_patterns": [
{
"name": "Perisan Rug",
"url": "https://editor.p5js.org/kfahn/full/sL1BsexS-",
"description": "Pattern created using the Persian rug algorithm",
"viewport_width": 1025,
"viewport_height": 1025
},
{
"name": "Spiral line",
"url": "https://editor.p5js.org/kfahn/full/Z1mtb4_82",
"description": "Spiral created with just one line",
"viewport_width": 800,
"viewport_height": 800
}
]
},
"op_art": [
{
"name": "Kiddie art projects",
"url": "https://editor.p5js.org/kfahn/full/9uyYt6Vqr",
"description": "An optical illusion that looks like a 3d art project made of craft foam sheets.",
"viewport_width": 400,
"viewport_height": 400
},
{
"name": "Grid based op art",
"url": "https://editor.p5js.org/kfahn/full/zLQ2L0OLM",
"description": "Grid of circles forming an optical illusion",
"width": 800,
"height": 800
}
],
"recursion": [
{
"name": "Apollonian Gasket",
"url": "https://editor.p5js.org/kfahn/full/0v1G3euCl",
"description": "Apollonian gasket filled with steiner chains",
"viewport_width": 400,
"viewport_height": 400
},
{
"name": "Recursive Chains",
"url": "https://editor.p5js.org/kfahn/full/0v1G3euCl",
"description": "Recursive chains",
"viewport_width": 600,
"viewport_height": 600
}
],
"organic": {
"l_systems": [
{
"name": "Snake kolam l system",
"url": "https://editor.p5js.org/kfahn/full/uPb6xi3dp",
"description": "Snake kolam l system with cassini oval.",
"viewport_width": 600,
"viewport_height": 600
},
{
"name": "Snake kolam l system",
"url": "https://editor.p5js.org/kfahn/full/vmOpzqqFh",
"description": "Snake kolam l system with tear shape.",
"viewport_width": 600,
"viewport_height": 600
},
{
"name": "Koch Snowflake l system",
"url": "https://editor.p5js.org/kfahn/full/i2dc_-SYO",
"description": "Kock Snow flake with bicorn curve",
"viewport_width": 600,
"viewport_height": 600
}
],
"cellular_automata": {
"name": "Wolfram Ca",
"url": "https://editor.p5js.org/kfahn/full/GAj0vZYfS",
"description": "Wolfram CA with rule value 182 ",
"viewport_width": 788,
"viewport_height": 400
}
}
}
}