← back to Graphics Agentabrams
graphics.json
45 lines
{
"graphics": [
{
"id": "spirograph",
"file": "Spirograph.aa",
"title": "Spirograph Studio",
"desc": "Animated hypotrochoid plotter — two gear radii + pen offset draw curves live with rainbow color cycling, presets, glow, gear schematic, and save-PNG.",
"path": "graphics/spirograph/",
"added": "2026-07-23"
},
{
"id": "living-fractal-tree",
"file": "LivingFractalTree.aa",
"title": "Living Fractal Tree",
"desc": "Recursive fractal tree that grows on load and sways in simulated wind, with seasonal foliage — spring blossoms, summer greens, autumn fall, winter snow. Branch-depth + wind sliders, manual/auto season control, ground leaf pile.",
"path": "graphics/living-fractal-tree/",
"added": "2026-07-24"
},
{
"id": "flowfield",
"file": "FlowField.aa",
"title": "Flow Field",
"desc": "Thousands of particles flow along a seeded Perlin noise field, painting harmonious colored trails. Move the mouse to steer the flow, drag for a stronger swirl (Tab toggles repel), arrow keys pan the field, Space reseeds a new palette + field, S saves a PNG.",
"path": "graphics/flowfield/",
"added": "2026-07-24"
},
{
"id": "voronoi-shatter",
"file": "VoronoiShatter.aa",
"title": "Voronoi Shatter",
"desc": "Interactive Voronoi tessellation — click or drag to scatter seed points and watch cells re-tessellate with a smooth power-diagram grow-in animation; each shard gets a radial gradient fill. Shift/right-click removes the nearest seed, Explode flies the shards apart and reassembles, cycle color palettes, toggle seeds/cracks, undo/scatter/clear, and save-PNG.",
"path": "graphics/voronoi-shatter/",
"added": "2026-07-24"
},
{
"id": "generative-art-canvas-qwen",
"file": "GenerativeArtCanvasQwen.aa",
"title": "Generative Art Canvas (Qwen3 14B)",
"desc": "Flow-field generative art — thousands of Perlin-noise particles paint flowing colored trails; a button reseeds a fresh palette + field, and you can save a PNG. The winning Model Arena artifact built by Qwen3 14B.",
"path": "graphics/generative-art-canvas-qwen/",
"added": "2026-07-24"
}
]
}