Audio-ShaderToy is a GLSL editor that includes audio spectrum data for creating audio-reactive shaders.
Currently running at audioshader.net.
Clone this repository or Download the Zip file
node_modules
.env
echo "MONGODB_URI=mongodb://<user>:<pass>@<host>:<db>" >> .env
Embr, a minimal WebGL toolkit, is included in the source as a git submodule. Initialize embr with the following commands:
git submodule init
git submodule update
Install all the Node dependencies listed in package.json run the following command in Terminal
npm install
sass --watch ./sass:static/css -r ./sass/bourbon/lib/bourbon.rb
foreman start