Forrest O.

Results 225 comments of Forrest O.

https://github.com/ffmpegwasm/ffmpeg.wasm is an alternative to FFMPEG.js... I haven't looked into wasm in extensions, but it might work?!

In theory ffmpeg.wasm is 2x slower than native ffmpeg. If you factor in the time/cost of transferring to/from the server, keeping it local is going to win. (Unless you want...

wheel zoom ![react-svg-zui](https://f.cloud.github.com/assets/395307/1840465/d5fd7674-7492-11e3-879c-13635d216b79.gif)

zui prototyping ![svg-icon-zui](https://f.cloud.github.com/assets/395307/1866540/3a221664-7835-11e3-9dd0-885fc662e8ab.gif)

Just prototyping with the one new thing + vanilla svg. But I'm interested to see if ART+canvas can [speed stuff up to 60fps](https://github.com/the-grid/the-graph/issues/66#issuecomment-31824700). From working with vanilla canvas 2d, I...

We already do something like that with our svg edges, and it works well for our case. On Jan 9, 2014 5:45 AM, "Thomas Aylott" [email protected] wrote: > You'd probably...

I probably have some webkit-only stuff in there. Will look into it today.

Yeah, there are some breaking changes. I think that should be: var Base = Dataflow.prototype.node("base");

Here is a great example: http://documentcloud.github.com/backbone/examples/todos/index.html With annotated source: http://documentcloud.github.com/backbone/docs/todos.html