Skip to content

Latest commit

 

History

History
775 lines (775 loc) · 18.6 KB

awesome-canvas.md

File metadata and controls

775 lines (775 loc) · 18.6 KB

Awesome Canvas

Awesome

A curated list of awesome Canvas examples, related articles and posts. Inspired by awesome-python .

Contributing

Please take a quick gander at the contribution guidelines first.

Summary

Canvas

Definition

"Added in HTML5, the HTML element can be used to draw graphics via scripting in JavaScript. For example, it can be used to draw graphs, make photo compositions, create animations or even do real-time video processing or rendering." by Mozilla Developer Network

Examples

Some good examples about creation with canvas.

Libraries

To draw using canvas

  • Akihabara is HTML5 games library for making pixel based games using Javascript and the canvas tag.
  • ChemDoodle is an open source chemistry and chem-informatics toolkit where canvas is being used to solve common chemistry related tasks, displaying the molecules in a variety of different ways.
  • fabric.js provides interactive object model on top of canvas element and also has SVG-to-canvas (and canvas-to-SVG) parser
  • iio.js - A javascript library that speeds the creation and deployment of HTML5 Canvas applications ★ 427, pushed 257 days ago
  • Origami.js - JS Lib to redesign canvas API interface ★ 478, pushed 146 days ago
  • Paper.js - Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. ★ 6346, pushed 137 days ago
  • Pixi.js - Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback
  • Processingjs is a data visualization programming language.
  • Sketch - Cross-Platform JavaScript Creative Coding Framework ★ 2106, pushed 271 days ago
  • Three.js is a javascript library that makes WebGL - 3D in the browser, however you can render using canvas instead of WebGL
  • Visualize is a JQuery plugin who creates charts and graphs from tabular data using the HTML canvas element. ★ 348, pushed 521 days ago

For other purposes, but still use canvas

  • React Canvas - High performance rendering for React components. ★ 8289, pushed 141 days ago

Resources

Where to discover more about Canvas.

Talks

Books

Twitter

Websites && Tutorials

License

The content of this project itself is licensed under the Creative Commons Attribution 3.0 license .