-
Juriy Zaytsev 4.07
Description:
Fabric.js is a framework that makes it easy to work with HTML5 canvas element. It is an interactive object model on top of canvas element. It is also an SVG-to-canvas parser.
Comments on this Talk
Alex Wallace,
20 Apr 02:51 PM
Really excellent stuff. fabric itself is incredibly impressive, but the best part of the presentation for me was the overview of the code and class organization.
akahn,
20 Apr 07:51 PM
Great talk. I'd love to hear more about how the mouse click-and-drag interactivity works under the hood.

The talk was really excellent. One point that I found really interesting was the comparison between raphael.js and fabric.js and how each is ideal for different scenarios (simple v. complex, etc.). If possible, a live demo of the perf differences there would be cool to see.