Interactive 3D with Three.js BatchedMesh and WebGPURenderer
In Playground by Christophe Choffel
A breakdown of a Three.js demo using BatchedMesh for efficient mesh rendering and exploring the new post-processing pipeline with TSL.
In Playground by Christophe Choffel
A breakdown of a Three.js demo using BatchedMesh for efficient mesh rendering and exploring the new post-processing pipeline with TSL.
In Tutorials by Caio Bassetti
Learn how to create a full 3D hand controller with depth, using @mediapipe/hands and Three.js.
In Tutorials by Jean Mazouni
Learn how to apply a pixel/grid displacement to a texture in Three.js using shaders and GPGPU with a subtle RGB shift effect on cursor move.
In Tutorials by Jan Kohlbach
Learn how to create distortion and grain effects on scroll using Three.js shaders, syncing HTML images with WebGL.
In Tutorials by Ben McCormick
An introduction to Raymarching using the power of Signed Distance Fields (SDFs) and simple lighting to create a liquid shape effect.
In Tutorials by Pavel Mazhuga
Learn how to create an animated, displaced sphere using custom shaders with Three.js and React Three Fiber.
In Tutorials by Tiago Canzian
Learn how to build a particles music visualizer in Three.js, with techniques covering audio synchronization and 3D visual effects, inspired by ARKx’s work for Coala Music’s website.
In Tutorials by Daniel Velasquez
Explore the fundamentals of Three.js Instancing in this tutorial, learning how to optimize GPU performance and efficiently render large numbers of objects.
In Tutorials by Ksenia Kondrashova
In this detailed tutorial you will learn how to turn 3D models into voxel art with Three.js.
In Tutorials by Anderson Mancini
Learn how to code a vibrant Cyberpunk scene using Three.js, complete with post-processing and dynamic lighting, no shader expertise needed!
In Videos by Yuri Artiukh
Learn how to recreate the glass effect seen on Kenta Toshikura’s website using postprocessing in Three.js.
In Videos by Yuri Artiukh
Learn how to recreate the reflective grid and energy wave from Crosswire’s website using Three.js.
In Tutorials by Torin Blankensmith
Learn how to craft audio reactive shaders with Three.js and Shaderpark.
In Tutorials by Ksenia Kondrashova
This tutorial will guide you through the process of creating a 3D dice roller using Three.js and Cannon-es.
In Playground by Yuri Artiukh
A brief exploration into how to twist and rotate text in 3D using Three.js and Shader magic.
In Videos by Yuri Artiukh
In this coding session, we’ll use Three.js and postprocessing to recreate the beautiful light effects featured on Midwam’s website.
In Tutorials by Ksenia Kondrashova
A tutorial on how to create a 3D cardboard box that folds and unfolds on scroll using Three.js and the GSAP ScrollTrigger.
In Tutorials by Maya Nedeljković Batić
A tutorial where you’ll learn how to create a pencil effect with a sketchy look using Three.js post-processing.