threejs-fundamentals
Master Three.js basics: scenes, cameras, rendering, 3D math, animation loops, and performance optimization.
Install
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-fundamentalsStats
| Total installs | 2,557 |
| Weekly installs | 2.5K |
| GitHub stars | 1.9K |
| First seen | Jan 20, 2026 |
| Source | @cloudai-x/threejs-skills |
Summary
- Covers scene creation, three camera types (Perspective, Orthographic, Array), renderer configuration with tone mapping and shadow support, and the Object3D hierarchy system
- Includes right-handed coordinate system, transform operations (position, rotation, scale, quaternions), and local vs. world space conversions
- Provides math utilities for Vector3, Matrix4, Quaternion, Euler angles, and Color with common operations like lerp, normalize, and matrix composition
- Demonstrates responsive canvas handling, animation loops with delta time, proper resource cleanup, and performance optimization patterns like frustum culling and LOD
Tags
Related skills
| Skill | Installs | vs threejs-fundamentals |
|---|---|---|
| heroui-native | 2,962 | +405 |
| heroui-react | 2,410 | -147 |
| flutter-testing-apps | 2,411 | -146 |
| agentation-self-driving | 2,405 | -152 |
| playwright-skill | 2,657 | +100 |
FAQ
- How many installs does threejs-fundamentals have?
- threejs-fundamentals has 2,557 total installs and 2.5K installs this week.
- Where is threejs-fundamentals hosted?
- threejs-fundamentals is published by @cloudai-x/threejs-skills at https://github.com/cloudai-x/threejs-skills.
- How many GitHub stars does threejs-fundamentals have?
- threejs-fundamentals has 1.9K GitHub stars.
- When was threejs-fundamentals first indexed?
- OrangeBot.AI first indexed threejs-fundamentals on Jan 20, 2026.
- How do I install threejs-fundamentals?
- Run: npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-fundamentals