Vector Art Generator App
Software Design and Development · 2026
Vector Art Generator is a creative tool for customizing and exporting animated visuals — generative scenes for websites, hero imagery, or design comps, with no graphics programming required.
Each canvas exposes a curated set of friendly controls (sliders, color pickers, segmented modes) instead of code, so generative art slots into a normal design workflow.
Users tune parameters live and download a static snapshot, an animated scene with their values baked in, or a re-configurable template to hand off.
I designed and built every part of the experience — new user experience, gallery, viewer, parameter drawer with undo/redo, export pipeline, and each canvas — from the ground up.
Every canvas is a self-contained component that owns its rendering, simulation, and parameter controls; new canvases register through a single entry and appear in the gallery automatically.
The rendering is hand-written and tuned to stay smooth on integrated graphics — particle systems, intensity fields, layered compositing with per-river blend modes — and an export step strips out the editing UI at download time so the resulting file stays clean.
Users can also upload their own scenes as code; the app compiles them in the browser so custom canvases run through the same path as the built-ins.



