Creative Coding

A Popular Shader Library Just Went Free — and a New Starter Kit Wants to Save You From Rebuilding the Same Tool Twice

Paper Shaders' 30+ WebGL effects are now Apache 2.0 and free for commercial use, landing the same week Pixel Point shipped Toolcraft, a scaffold for the sliders, pickers, and canvas plumbing every custom creative tool ends up needing.

Two smaller but genuinely useful creative-coding releases landed the same week, both solving a version of the same problem: the unglamorous setup work that gets rebuilt from scratch on nearly every custom visual tool, before a single line of the actual creative logic gets written.

Paper Shaders goes fully open source

Paper’s shader library — 30-plus WebGL effects including mesh gradients, noise textures, halftone, and aurora backgrounds — is now Apache 2.0 licensed and free for commercial use, installable via npm or designed visually in Paper’s own editor and exported as zero-dependency JavaScript that runs in React or vanilla projects. That’s a meaningful shift from a library previously gated behind a commercial license: the same curated, hand-tuned shader collection developers were paying for is now available to drop into any project, including the ones a generative-art or livecoding practitioner builds for personal or performance use.

Toolcraft gives you the scaffolding around the effects

Pixel Point’s Toolcraft, released the same week, addresses a different but related gap: building any bespoke creative tool — a stylization app, a WebGL shader playground, a Three.js scene editor, a photo effects tool — tends to need the same set of UI pieces every time: sliders, color and font pickers, curve controls, timelines, keyframe controls, a canvas scaffold, and export utilities. Running npx @pixel-point/toolcraft create scaffolds all of that at once, shipping with AI prompting instructions specifically tuned to get a consistent first-pass result when an AI coding assistant is doing the actual implementation work.

Why pairing these two matters more than either alone

A curated, free shader library solves the “what does the tool actually render” half of building a custom creative tool; a scaffolded set of sliders, pickers, and canvas plumbing solves the “how does a person actually control it” half. Together, they cut out most of the boilerplate that’s separated “I have an idea for a shader tool” from “I have a working shader tool” — which matters more for how many small, personal creative tools actually get built and finished than any single flashy new rendering capability would.