twgl.js
twgl.js copied to clipboard
Non-rasterized data processing?
Would it be within twgl.js's scope to provide some support from returning data from a shader to JavaScript? One could process audio data, or write a shader to generate world transform matrices.
If a library supported this, it could automatically pick the approach to allow for what the local webgl implementation supported (e.g. float pixel values, or transform feedback).