Brian Chirls

Results 75 comments of Brian Chirls

As long as CSS support is coming back around, I'm strongly in favor of this (though I acknowledge it must be extremely challenging to implement). It could be the best...

Thanks for submitting this. Generally looks good, but a few style nitpicks: 1) Please declare `singleOption` as part of the `var` statement at the top of the function with the...

Nothing here is going to work without support for webgl. You need this to run outside of a browser?

Oh yeah that's not a problem. You can grab it straight from the canvas itself with `toDataURL`, as in this example: http://stackoverflow.com/questions/13198131/how-to-save-a-html5-canvas-as-image-on-a-server It shouldn't matter whether the canvas has a...

No, they're supposed to be called outside of "hot" render cycles, when you're shutting down or spinning up sections of a composition. On Feb 10, 2015 3:57 PM, "Abhishek Hingnikar"...

I'm seeing the same thing with a DK1 on OS X. The browser seems to be failing to detect the device and is falling back to the fake device, though...

For the record, the usb driver hack does not fix the problem.

Thanks for filing this. Unfortunately this is kind of a deceptively complex problem, and there may not be a solution without some compromises. I should explain the purpose of this...

Once you destroy a node, you cannot use it again. You have to create a new node. What kind of node is `target.source`?