Jaume Sanchez

Results 21 issues of Jaume Sanchez

Enable and complete renaming of poses

enhancement

Instead of replacing the API completely, try to build on top of it and add Emulated devices.

enhancement

http://david.li/flow - doesn't even load the UI, even though it's calling createProgram http://xnajs.com/examples/02/ - does load the UI, but doesn't apply changes. Probably it has to do with how the...

There's enough features and interactions and the extension begins to need some documentation or tutorial. Ideally, visual: snapshots with explanation of each feature and/or video support.

Doesn't seem to be able to locate the right tab to send message to?

At the end of the injected function, there's a call to `window.postMessage( { source: 'WebGLShaderEditor', method: 'init' }, '*');` which doesn't seem to work. That message would signal that the...

This is just a test to see if the original behaviour can be replicated. Might need a better handling of script loading (for instance, WebRequest for dynamically loaded scripts). I...

Supported right now #### Per frame: - Framerate (frames drawn over a second) - Frame time (JavaScript time spent in rAFs execution) - Number of rAFs #### CanvasRenderingContext2D: - JavaScript...

question

Methods to track for memory: #### WebGL ##### textImage2D - texImage2D(target, level, internalformat, width, height, border, format, type, ArrayBufferView? pixels): width \* height \* internalformat \* type (are all the...