Lou Huang

Results 106 issues of 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...

future

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...

ready

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...

in progress