postprocessing for react-three-fiber
Build an interactive WebGL experience with Next.js – Vercel
Use interactive code sandboxes to build the Next.js Conf registration prism game.
https://vercel.com/blog/building-an-interactive-webgl-experience-in-next-js

GitHub - vanruesc/postprocessing: A post processing library that provides the means to implement image filter effects for three.js.
A post processing library that provides the means to implement image filter effects for three.js. This library requires the peer dependency three. npm install three postprocessing Post processing introduces the concept of passes and effects to extend the common rendering workflow with fullscreen image manipulation tools.
https://github.com/vanruesc/postprocessing
GitHub - pmndrs/react-postprocessing: 📬 postprocessing for react-three-fiber
react-postprocessing is a postprocessing wrapper for @react-three/fiber. This is not (yet) meant for complex orchestration of effects, but can save you hundreds of LOC for a straight forward effects-chain. npm install @react-three/postprocessing These demos are real, you can click them! They contain the full code, too. 📦 Why postprocessing and not three/examples/jsm/postprocessing?
https://github.com/pmndrs/react-postprocessing

Seonglae Cho