/scrollhole

Submission for the 2020 Bitrate Hackathon. The more you scroll, the more you hole!

Primary LanguageJavaScriptApache License 2.0Apache-2.0

S C R O L L H O L E

SCROLLHOLE is a scrolling interface for making sound, designed by Gina Collecchia and Eric Heep. Scroll up and down to travel through the hole. Scroll long enough, fast enough, and you WILL be rewarded.

Submitted for the 2020 BitRate Hackathon, sponsored by Gray Area and Google. Made with Tone.js, P5.js, and Magenta.js.

Special thanks to Myles Borins for help with Node shtuff! Check out his Oscilot repo to make your own Node-powered site.

Get Started

This site is LIVE at http://ginacollecchia.github.io/scrollhole.

To run locally, you'll need Node.

In Terminal:

$ cd /path/to/scrollhole
$ npm install
$ npx serve

Then in the browser, open:

http://localhost:5000