Skip to content

JordanMachado/fluctus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluctus

A little webGl experiment with audio data.

Demo available here.

Alt text

It uses Three.js and Greensock as depencies.

After cloning install all dependencies :

npm i

Task

Start development

It starts a developement server at localhost:9966 with live reload.

npm start

Prepare for deploy

npm run build

You are good to go !