Skip to content

Instantly share code, notes, and snippets.

@vitaliy-kravchenko-dev
Last active December 1, 2017 15:11
Show Gist options
  • Save vitaliy-kravchenko-dev/58a1c91b6715805724c9dafa46d30248 to your computer and use it in GitHub Desktop.
Save vitaliy-kravchenko-dev/58a1c91b6715805724c9dafa46d30248 to your computer and use it in GitHub Desktop.

List of libraries

  • http://fabricjs.com/ - has a lot of plugins and open-source modifications. Possible to achieve most of businnes requirements. Has ability to manage data throught JSON or SVG. Touch devices support. Possible to run under Node.js
  • https://www.createjs.com/easeljs - games oriented library. Is a part of CreateJS framework. Has a lot of profitable functionality around animation, sounds integration and performance.
  • http://paperjs.org/ - animation oriented library. Good performance optimization.
  • https://konvajs.github.io/ - canvas extender like FabricJS. Good performance even on the mobile. Support layers and stages. Possible to redraw image by layers. Has ability to manage Stage from\to JSON.
  • http://pixijs.io/ - it is a flexible 2D WebGL renderer. Unbeatable performance, intuitive API, globally used. Complex framework.
  • https://threejs.org/ - popular framework for games and complex animation in the Web.

Plugins for FabricJS

Libraries which provide additional data about Font

Additional software

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment