threejs-guide
Installation
SKILL.md
Three.js Guide
Comprehensive reference for Three.js 3D web development. Covers 10 core topics with detailed code examples and best practices.
Source: CloudAI-X/threejs-skills
Core Concepts
Three.js is a JavaScript library for creating 3D graphics in the browser using WebGL. The fundamental pipeline: Scene (container) + Camera (viewpoint)
- Renderer (draws to canvas). Objects are built from Geometry (shape) + Material (appearance) = Mesh.