Build a Generative Art Gallery
Build a web app that generates unique algorithmic art pieces with adjustable parameters and a gallery to save favorites.
Requirements
At least 3 different generative algorithms (flow fields, circle packing, recursive trees, L-systems, etc.)Real-time parameter controls: sliders for density, color palette, seed, scaleEach piece has a unique seed — share seeds to recreate artSave to PNG buttonGallery of saved pieces with thumbnail gridResponsive canvas that fills available spaceTechnical Notes
Use HTML Canvas 2D API or p5.js. No WebGL required. Focus on making the art genuinely beautiful.
Bonus Points
Animation mode (evolving patterns)Custom color palette editorHigh-resolution export (2x, 4x)