AI-assisted generative art studio with collaborative paper-like brushes. The model suggests, the human decides.
Most generative art tools put the algorithm first and the artist second. Neural Canvas flips that — the brush feels like a brush, the AI is just another collaborator in the room.
A WebGL canvas with pressure-sensitive strokes, a diffusion model running in a Web Worker, and a thin protocol between the two so suggestions appear in the margin without interrupting flow.
Latency budgets are tight when the gesture has to feel instant. Batching inference at 200 ms intervals with speculative rendering kept the strokes smooth even on slower hardware.