In Tutorials ,
Jun 9, 2025
by Yuki Kojima
In this tutorial, we’ll walk you through how to create bubble-like spheres using Three.js and GLSL—an effect that responds interactively to your mouse movements.
In Tutorials ,
Jun 5, 2025
by Eemeli Haakana
Learn how to combine responsive HTML text with WebGL rendering, enabling scroll-driven animations and custom shader effects.
In Articles ,
Jun 4, 2025
by Niccolò Fanton
A minimal, real-time WebGL shader that applies ordered dithering and optional pixelation as a composable postprocessing effect.
In Tutorials ,
Feb 11, 2025
by Niccolò Fanton
A comprehensive look at how to optimize Three.js scenes using Fiber, Drei, and advanced tools, ensuring smooth performance while retaining high-quality visuals.
In Tutorials ,
Dec 19, 2024
by Dominik Fojcik
Learn how to create an interactive particle effect using Three.js, GPGPU, and shaders.
In Tutorials ,
Apr 27, 2023
by Fabio Ottaviani
Learn how to create an interactive 3D carousel using WebGL, React Three Fiber, and GSAP with this step-by-step tutorial.
In Tutorials ,
Mar 22, 2023
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 Tutorials ,
Nov 29, 2022
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.
In Tutorials ,
Nov 25, 2022
by Jason Andrew
In this tutorial we will go over implementing the Game of Life in Three.js using ping pong buffering and off-screen renderbuffers.
In Tutorials ,
Apr 25, 2022
by Anderson Mancini
A look into the making of a mini-city full of post effects and micro-interactions using Three.js.
In Tutorials ,
Dec 28, 2021
by Georgi Nikolov
Learn how to enhance your Three.js scenes with postprocessing via framebuffers.
In Tutorials ,
Oct 27, 2021
by Kelly Milligan
Learn how to create convincing transparent, glass-like and plastic-like materials in Three.js.
In Tutorials ,
Jul 21, 2021
by Georgi Nikolov
Learn how to use WebGL framebuffers via Three.js to create an interactive motion trail effect for text.
In Tutorials ,
Dec 17, 2020
by Matt Rossman
Learn how to use instanced rendering and post-processing techniques to recreate a hypnotic looping animation with react-three-fiber.
In Tutorials ,
Apr 14, 2020
by Yuri Artiukh
A simple tutorial on how to achieve an interactive mouseover/hover effect on images in some easy steps.
In Tutorials ,
Dec 20, 2019
by Lorenzo Cadamuro
A tutorial on how to re-create the Apple Fifth Avenue Cube animation using WebGL.
In Tutorials ,
Oct 8, 2019
by Daniel Velasquez
Learn how to achieve a water-like ripple distortion effect with Three.js and postprocessing.