threejs-fundamentals

Installation
SKILL.md

Three.js Fundamentals

Iron Law

Always call renderer.setPixelRatio() and handle window resize — omitting either causes blurry renders or broken aspect ratios in production.

Quick Start

import * as THREE from "three";
Installs
3
GitHub Stars
34
First Seen
May 21, 2026
threejs-fundamentals — kumaran-is/claude-code-onboarding