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.

Reference Index

File Topic Description
references/fundamentals.md Fundamentals Scene, cameras, renderer, Object3D, coordinate system, math utilities, cleanup patterns
Related skills
Installs
1
Repository
wenerme/ai
GitHub Stars
4
First Seen
Apr 25, 2026