HTML5 Canvas Tutorial

If you haven’t tried the html5 canvas tag yet, I suggest you give it a try. It falls under the same category as ActionScript’s Graphics and BitmapData classes. It is however much much simpler. One great thing about it is it runs really fast on IOS5. Have a look at some of these demos to see what I mean: http://zreference.com/projects/graphics/

A few days ago I recorded this short video tutorial… it’s very simple, but it will get you started if you’ve never tried canvas before:

This entry was posted in html5, javascript and tagged , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

2 Comments

  1. Seke1412
    Posted August 16, 2013 at 12:44 am | Permalink

    hi Zevan, i’ve just use your equation as follow:
    x = r sin(u) cos(v)
    y = r cos(u) cos(v)
    z = r sin(v)
    and i’ve just success create a sphere (a ball actually) by multi shape, but i don’t know how to fix their rotation, can you explain more about this?

  2. George
    Posted August 18, 2013 at 12:54 pm | Permalink

    You have helped me understand the Canvas concept. Thank you

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*