Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fraviz

Online version of Fraviz available on heroku.

preview Spotify account login is needed too see the application in action. To see results without this step, you can watch youtube recording.

About Music Visualization


Fraviz Developer Documentation

Project forked from spotify-viz.

Important Spotify API endpoinds

Used Libraries

Running Locally

  1. Create a new Spotify app in your Spotify Developer Dashboard.
  2. Add http://localhost:8001/callback to your app's Redirect URIs. Note your app's Client ID and Client Secret.
  3. Create a file named .env in the project's root directory with the following values:
CLIENT_ID=YOUR_CLIENT_ID_HERE
CLIENT_SECRET=YOUR_CLIENT_SECRET_HERE
REDIRECT_URI=http://localhost:8001/callback
PROJECT_ROOT=http://localhost:8001
NODE_ENV=development
  1. Install and serve using NPM.
npm i
npm run serve

WebGL

Links from book: Beginning WebGL for HTML5 pdf (https://www.docdroid.net/kg1s/beginning-webgl-for-html5-pdf#page=7)

Demos

https://www.khronos.org/webgl/wiki/Demo_Repository http://madebyevan.com/webgl-water/ http://ibiblio.org/e-notes/webgl/gpu/contents.htm http://www.ro.me/tech/ https://experiments.withgoogle.com/search?q=WebGL

Learning WebGL

http://learnwebgl.brown37.net

HTML

https://www.w3.org/TR/html5-diff/

Javascript

http://crockford.com/javascript/ https://jquery.com https://www.json.org/json-en.html

Framework list

https://www.khronos.org/webgl/wiki/User_Contributions

WebGL best practices

https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/WebGL_best_practices

WebGL Specifications

https://www.khronos.org/registry/webgl/specs/latest/

Music Theory

https://learningmusic.ableton.com/index.html

Threejs Links

Another Applications made using Spotify music analysis

About

Create realtime audio-reactive visuals, powered by Spotify.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages