this project is a single page that has a canvas that tracks mouse movements, and linearly interpolates between 4 anchor points in X,Y space.
we need to:
- merge with https://github.com/Djmcflush/RaveFussion (or run together idk)
- wire up mouse moves to call a backend
- get an audio thing and start play asap
This is a Next.js project. First, run the development server:
npm run start
# or
yarn start
Open http://localhost:3000 with your browser to see the result.