A small showcase of a dissolve shader. Inspired by the Shader chapter in Bruno Simon's excellent course on ThreeJS. Written with React-Three-Fiber.
Head over to https://demo-r3f-dissolve-shader.vercel.app/ to see the project live.
First, install the dependencies:
npm i
Then, run the development server:
npm run dev
Open http://localhost:5173 with your browser to see the result.