Skip to content

markveys/threejs-audio-reactive-visual

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeJS starter

This is a general template for ThreeJS applications. It uses Parcel to create the bundle and Tweakpane for live updates.

Before we start

This has been developed with NodeJS 14.15.5; it should work with other versions too, but in case something doesn't work I recommend to switch to version 14.15.5 with nvm.

Setup

$ yarn install

Develop

Run

$ yarn dev

then open a new browser window and navigate to http://localhost:1234

Build

$ yarn build

About

Audio-reactive visual created with ThreeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.7%
  • GLSL 24.1%
  • SCSS 9.2%
  • HTML 7.0%