My attempt at an advection/fluid style effect using web shaders and post processing.
Live: https://play.huwroberts.dev/advection
CodeSandbox: https://githubbox.com/wuhhh/r3f-smoke
- React Three Fiber: Three.js Renderer
- Drei: React Three Fiber Helpers
- Three.js: 3D Engine
- Vite: Static Web Server
- CodeSandbox: Online Prototyping Container
npm install
npm run dev
npm run build
npm run preview
npm run sandbox