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";
Installs
3
GitHub Stars
34
First Seen
May 21, 2026
threejs-shaders — kumaran-is/claude-code-onboarding