31

An Introduction to HTML5 Canvas

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: An Introduction to HTML5 Canvas
Page 2: An Introduction to HTML5 Canvas

An Introduction to HTML5 CanvasJohn Bristowe (@jbristowe)

Page 3: An Introduction to HTML5 Canvas

HTML5

Page 4: An Introduction to HTML5 Canvas

SEMANTICS CONNECTIVITY 3D, GRAPHICS& EFFECTS

OFFLINE& STORAGE

DEVICE ACCESS MULTIMEDIA PERFORMANCE& INTEGRATION

CSS3

Page 5: An Introduction to HTML5 Canvas

HTML5 Canvas

Page 6: An Introduction to HTML5 Canvas

History

Page 7: An Introduction to HTML5 Canvas

Introduced by Apple in Safari

Page 8: An Introduction to HTML5 Canvas

Met with Mixed Reactions

Page 9: An Introduction to HTML5 Canvas

Supported and Welcomed by All

Page 10: An Introduction to HTML5 Canvas

Browser Support

Page 11: An Introduction to HTML5 Canvas

So, what is HTML5 Canvas?

Page 12: An Introduction to HTML5 Canvas

Dynamic, Scriptable Rendering of 2D Shapes and Bitmaps

Page 13: An Introduction to HTML5 Canvas

Immediate Mode Graphics

Page 14: An Introduction to HTML5 Canvas

Simple API45 Methods and 21 Attributes

Page 15: An Introduction to HTML5 Canvas

State Compositing Colours and Styles

Line Styles Shadows Simple Shapes

Complex Shapes

Focus Management Text

Images Pixel Manipulation

Page 16: An Introduction to HTML5 Canvas

Jazz Hands and Demo Time!

Page 17: An Introduction to HTML5 Canvas

HTML5 Canvas or SVG?

Page 18: An Introduction to HTML5 Canvas
Page 19: An Introduction to HTML5 Canvas

SVG and Canvas Spectrum

Page 20: An Introduction to HTML5 Canvas

Some Conventions and Tips

Page 21: An Introduction to HTML5 Canvas

Resources

Page 22: An Introduction to HTML5 Canvas

Make Awesome Webmakeawesomeweb.com

Page 23: An Introduction to HTML5 Canvas

IE Test Driveietestdrive.com

Page 24: An Introduction to HTML5 Canvas

IE on MSDNmsdn.com/ie

Page 25: An Introduction to HTML5 Canvas

Canvas Demoscanvasdemos.com

Page 26: An Introduction to HTML5 Canvas

HTML5 Rockshtml5rocks.com

Page 27: An Introduction to HTML5 Canvas

Dev.Operadev.opera.com

Page 28: An Introduction to HTML5 Canvas

Web O’ Wonderdemos.mozilla.org

Page 29: An Introduction to HTML5 Canvas

Kenny Louie (@kennymatic)

Page 30: An Introduction to HTML5 Canvas

Questions?

Page 31: An Introduction to HTML5 Canvas

Thanks!