Skip to content

Latest commit

 

History

History

visualizer_webgl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

visualizer_webgl

This is a WebGL audio visualizer, adapted from the three.js webaudio visualizer demo, to demonstrate WebGL usage in Quasar widgets.

Configure widget styles using js/options.js.

Technical Notes

While more performant than the pure CSS/JS animated visualizer_css, this WebGL version looks worse than the CSS counterpart due to its data updates being tied to the rate that we get them from the win_audio_viz extension, instead of having smooth increments calculated within the rendering loop like in usual 3D applications, or inherently having smooth interpolated high frame rate animation like in the CSS version.