Hex grid — standalone shader-fx
The shaders package's composed hex-grid preset without the package, ported to hand-owned TSL in @aicolab/kolo/shaders. Move the cursor over the canvas: the lattice thickens around it and drags liquid colour along the lines. Every parameter below updates live — colours, ranges and glow are uniforms; spring and fluid-sim constants are read per-frame. Backend: initialising…
Plain HexGrid — every knob a uniform
The bare effect on its own quad, rendered on demand (one frame per change, no animation loop). The checkerboard behind the canvas makes the alpha-weighted blend visible. Backend: initialising…