Lou Huang
Lou Huang
via @bcamper ``` js var stream = scene.canvas.captureStream(); var recordedChunks = []; var options = {mimeType: 'video/webm'}; mediaRecorder = new MediaRecorder(stream, options); mediaRecorder.ondataavailable = handleDataAvailable; mediaRecorder.start(); function handleDataAvailable(event) { if...
If the user is dragging, but leaves the boundaries of the picker, it shouldn't just stop immediately - it makes it harder to fine-tune the values at the edges. Does...
Happens for glsl pickers, not color picker
The term "widget" was introduced early on to refer to any interactive UI that dynamically adjusts values in Tangram YAML. Over time, as the complexity of this functionality evolved, it...