An open API service indexing awesome lists of open source software.

https://github.com/maximeheckel/linear-vaporwave-react-three-fiber

The React-three-fiber equivalent of https://github.com/MaximeHeckel/linear-vaporwave-three.js
https://github.com/maximeheckel/linear-vaporwave-react-three-fiber

Last synced: 3 months ago
JSON representation

The React-three-fiber equivalent of https://github.com/MaximeHeckel/linear-vaporwave-three.js

Awesome Lists containing this project

README

        

# Linear Vaporwave Three.js scene

This project is an attempt at recreating the WebGL animation featured in the [2021 Linear release page](https://linear.app/releases/2021-06).

## 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 👉 [Building a Vaporwave scene with Three.js](https://blog.maximeheckel.com/posts/vaporwave-3d-scene-with-threejs/).

## Getting started

First, install the dependencies:

```bash
npm i
# or
yarn
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.