/vue-Canvas-Tone

Interactive sound App with pure canvas and Tone.js audio synthesis , wrapped up in a Vue project

Primary LanguageVue

Interactive minimalistic audio app in Vue.js

A minimal app using HTML5 canvas and Tonejs Bubbles instantiated from touch or mouse events , that sound once they hit the walls Depending on the wall position and other factors of the simplistic "physics engine "

How to install

git clone https://github.com/CarloCattano/vue-Canvas-Tone.git
cd vue-Canvas-Tone.git
npm install

Compiles and hot-reloads for development locally

npm run serve

will serve the page on localhost:8080

Only production and final deployment
npm run build