| name | ak:threejs |
| description | Build 3D web experiences with Three.js. Use for WebGL/WebGPU scenes, GLTF models, animations, physics, VR/XR. Supports 556 searchable examples. |
| user-invocable | true |
| when_to_use | Invoke for 3D, WebGL/WebGPU, GLTF, physics, or XR. |
| category | frontend |
| keywords | ["threejs","3d","webgl","webgpu","gltf"] |
| license | MIT |
| argument-hint | [3D scene or feature] |
| metadata | {"author":"agentkit","version":"3.0.0"} |
Three.js Development
Build high-performance 3D web applications using Three.js. Contains 556 searchable examples across 13 categories, 60 API classes, and 20 use-case templates.
When to Use
- Building 3D scenes, games, or visualizations
- Loading 3D models (GLTF, FBX, OBJ)
- Implementing animations, physics, or VR/XR
- Creating particle effects or custom shaders
- Optimizing rendering performance
Search Examples & API
Use the search CLI to find relevant examples and API references:
python3 scripts/search.py "<query>" [--domain <domain>] [-n <max_results>]
Search Domains
| Domain | Use For | Example Query |
|---|
examples | Find code examples | "particle effects gpu" |
api | Class/method reference | "PerspectiveCamera" |
use-cases | Project recommendations | "product configurator" |
categories | Browse categories | "webgpu" |
Quick Examples
python3 scripts/search.py "particle compute webgpu"
python3 scripts/search.py "camera" --domain api
python3 scripts/search.py "product configurator" --use-case
python3 scripts/search.py --category webgpu -n 10
python3 scripts/search.py --complexity high -n 5
Example Categories
| Category | Count | Description |
|---|
webgl | 216 | Standard WebGL rendering |
webgpu (wip) |