Inkwash is a watercolor sketching application shared on Hacker News by its creator, johnowhitaker, and hosted on GitHub Pages. The project pairs an interactive drawing tool with an accompanying explanation of how the watercolor effect is implemented. The Show HN format signals the creator is seeking direct community feedback on both the experience and the underlying technique.
This tutorial guides creative coders through inventive applications of Perlin noise fields, a foundational procedural generation technique. It covers how noise functions can drive particle systems, flow fields, and generative textures with organic, natural-looking outputs. The post targets designers and developers interested in algorithmic art and generative visual systems.
On the occasion of the first anniversary of Stable Diffusion and Replicate's launch of Stable Diffusion XL (SDXL) fine-tuning services, this article provides…
### What is CLIPDraw? CLIPDraw is a technique that uses OpenAI's CLIP model to guide the drawing of images through vector strokes (Bezier curves). Unlike…