A minimalist template to start practicing and learning TSL, the Three.js Shading Language
- Official announcement and introduction
- Q&A
- Three.js WebGPU examples
- List of nodes
- TSL => WGSL / GLSL
- GLSL => TSL
- TSL textures (demos)
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build