dreemgl
Version:
DreemGL is an open-source multi-screen prototyping framework for mediated environments, with a visual editor and shader styling for webGL and DALi runtimes written in JavaScript. As a toolkit for gpu-accelerated multiscreen development, DreemGL includes
13 lines • 311 B
JavaScript
/**
* @class bargraphic
* @extends view
* The bargraphic class is used by the audioplayer widget to visualize the audio output. It takes a Uint8Array and produces a bar graph.
*/
/**
* @attribute {Array} [data=""]
* data is a Uint8Array of data to visualize
*/
/**
* @method clear
* Clear the graph
*/