Siilwyn / three.js-gsap-audio-boilerplate

A boilerplate for audio visualization with Three.js & GSAP.

Home Page:https://siilwyn.github.io/three.js-gsap-audio-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js & GSAP audio visualization boilerplate

Boilerplate for audio visualization with Three.js & GSAP. Combining these two tools with the audio API make it easy to visualize music accross a timeline. Three.js does the heavy lifting to render stuff with WebGL. GSAP allows to create timelines holding all state so there is no need to do checks in the 'render loop' yourself. The boilerplate also includes Babel and webpack so that modules and ES6 syntax can be used.

Reduced rendering overhead with OffscreenCanvas.

About

A boilerplate for audio visualization with Three.js & GSAP.

https://siilwyn.github.io/three.js-gsap-audio-boilerplate/


Languages

Language:JavaScript 88.5%Language:HTML 7.3%Language:CSS 4.2%