public marks

PUBLIC MARKS from srcmax with tags html5 & canvas

2014

CutJS

CutJS is lightweight, fast and interactable 2D HTML5 rendering engine for game development, it is open-source, cross-platform and compatible with modern browsers and mobile devices.

2013

Animate your HTML5

Animate your HTML5 with CSS3, SVG, Canvas and WebGL

2012

video + canvas = magic | HTML5 Doctor

You’ve already learned about the video and canvas elements, but did you know that they were designed to be used together? In fact, the two elements are absolutely wondrous when you combine them! I’m going to show off a few super-simple demos using these two elements, which I hope will prompt cool future projects from you fellow web authors. (All of these demos work in every modern browser except Internet Explorer.)

Manipulating video using canvas | Mozilla Developer Network

By combining the capabilities of the video element with a canvas, you can manipulate video data in real time to incorporate a variety of visual effects to the video being displayed. This article, adapted from this blog post by Paul Rouget, demonstrates how to perform chroma-keying (also known as the "green screen effect") using JavaScript code.

2010

MIX Online:Ai to Canvas Plug-In

by 4 others

The Ai->Canvas plug-in enables Adobe® Illustrator® to export vector and bitmap artwork directly to an HTML5 canvas element that can be rendered in a canvas-enabled browser. The plug-in provides drawing, animation and coding options such as events so that you can build interactive, well-designed canvas-based web apps.

Applications, games, tools and tutorials for the HTML5 canvas element - Canvas Demos

by 2 others

Home to applications, games, tools and tutorials that use the HTML 5 canvas element - which allows for dynamic scriptable rendering of bitmap images.

2009

Manipulating video using canvas - MDC

(via)
By combining the capabilities of the video element introduced in Firefox 3.1 with a canvas, you can manipulate video data in real time to incorporate a variety of visual effects to the video being displayed. This article, adapted from this blog post by Paul Rouget, demonstrates how to perform chroma-keying (also known as the "green screen effect") using JavaScript code.