All Projects → raphamorim → Awesome Canvas

raphamorim / Awesome Canvas

Licence: mit
A curated list of awesome HTML5 Canvas with examples, related articles and posts.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Awesome Canvas

Vue Canvas Nest
💫 A Vue.js background component for canvas-nest.
Stars: ✭ 136 (-85.88%)
Mutual labels:  particles, html5-canvas
The Matrix Effect
The incredible effect of rain of letters in the style of the Matrix trilogy.
Stars: ✭ 109 (-88.68%)
Mutual labels:  html5-canvas, canvas2d
awesome-canvas
Canvas资源库大全中文版。An awesome Canvas packages and resources.
Stars: ✭ 288 (-70.09%)
Mutual labels:  html5-canvas, canvas2d
Classic Pool Game
Classic 8 Ball pool game written in JavaScript
Stars: ✭ 177 (-81.62%)
Mutual labels:  html5-canvas, canvas2d
Interactive-Image-Particles
A Simple Javascript library that use image data to create a small interactive particles network.
Stars: ✭ 24 (-97.51%)
Mutual labels:  particles, canvas2d
snake-game-2D
The famous 2D snake game in which your goal is to eat until you get huge and accumulate many points.
Stars: ✭ 18 (-98.13%)
Mutual labels:  html5-canvas, canvas2d
Canvas Nest.js
♋ Interactive Particle / Nest System With JavaScript and Canvas, no jQuery.
Stars: ✭ 3,966 (+311.84%)
Mutual labels:  particles, html5-canvas
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (-22.43%)
Mutual labels:  particles
Tic Tac Toe
An example tutorial built with git-tutor https://github.com/lesnitsky/git-tutor
Stars: ✭ 22 (-97.72%)
Mutual labels:  canvas2d
Canvas
🖌《Canvas:Draw on the Web》
Stars: ✭ 659 (-31.57%)
Mutual labels:  html5-canvas
Webgl Wind
Wind power visualization with WebGL particles
Stars: ✭ 601 (-37.59%)
Mutual labels:  particles
Origami.js
Powerful and Lightweight Library to create using HTML5 Canvas
Stars: ✭ 750 (-22.12%)
Mutual labels:  html5-canvas
Monsterpong
Our entry for Github GameOff 2018
Stars: ✭ 23 (-97.61%)
Mutual labels:  html5-canvas
Interactivegraph
InteractiveGraph provides a web-based interactive visualization and analysis framework for large graph data, which may come from a GSON file, or an online Neo4j graph database. InteractiveGraph also provides applications built on the framework: GraphNavigator, GraphExplorer and RelFinder.
Stars: ✭ 730 (-24.2%)
Mutual labels:  html5-canvas
Oak
A pure Go game engine
Stars: ✭ 847 (-12.05%)
Mutual labels:  particles
Bizcharts
Powerful data visualization library based on G2 and React.
Stars: ✭ 5,771 (+499.27%)
Mutual labels:  html5-canvas
Canvas101
Learning Canvas series
Stars: ✭ 28 (-97.09%)
Mutual labels:  html5-canvas
Gparticlesio
Simple IO transfer particles cache in DCC application
Stars: ✭ 8 (-99.17%)
Mutual labels:  particles
Excalibur
🎮 An easy to use 2D HTML5 game engine written in TypeScript
Stars: ✭ 892 (-7.37%)
Mutual labels:  html5-canvas
Construct
JavaScript Digital Organisms simulator
Stars: ✭ 17 (-98.23%)
Mutual labels:  canvas2d

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 <canvas> 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.
  • d3 (or D3.js) is a JavaScript library for visualizing data using web standards. D3 helps you bring data to life using SVG, Canvas and HTML.
  • EaselJS is a JavaScript library that makes working with the HTML5 Canvas element easy. Useful for creating games, generative art, and other highly graphical experiences. EaselJS is part of CreateJS - a modular libraries and tools which work together or independently to enable rich interactive content on open web technologies via HTML5.
  • 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
  • Konva - Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
  • Origami.js - JS Lib to redesign canvas API interface
  • p5.js - p5.js is a JS client-side library for creating graphic and interactive experiences
  • Paper.js - Scriptographer ported to JavaScript and the browser, using HTML5 Canvas.
  • Pencil.js - Nice modular Javascript library with clear OOP syntaxe and lots of features.
  • Pixi.js - Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback
  • Processingjs is a data visualization programming language.
  • Proton is a lightweight and powerful javascript particle engine. With it you can easily create countless cool effects
  • Pts.js - Pts is a javascript library for visualization and creative-coding.
  • Scrawl-canvas - easily add multiple responsive, accessible and interactive <canvas> elements to a web page
  • Sketch - Cross-Platform JavaScript Creative Coding Framework
  • 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.
  • zDog - Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
  • zrender - A lightweight canvas library which providing 2d draw for Apache ECharts (incubating)

For other purposes, but still use canvas

  • React Canvas - High performance rendering for React components.

Resources

Where to discover more about Canvas.

Talks

Books

Twitter

Websites and Tutorials

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].