threejs-shaders
Installation
SKILL.md
Three.js Shaders
Iron Law
Always declare uniforms in both the JS uniforms object and the GLSL shader — a uniform missing on either side causes a silent black render with no error.
Quick Start
import * as THREE from "three";