Linear Vaporwave Three.js scene
This project is an attempt at recreating the WebGL animation featured in the 2021 Linear release page.
Demo
Head over to https://linear-vaporwave-react-three-fiber.vercel.app/ to see the project live.
Learn how it's built
I dedicated a blog post on how I implemented this scene
Getting started
First, install the dependencies:
npm i
# or
yarn
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.