3D with HTML5 Canvas series

2009-08-06 − 🏷 3d 🏷 html 🏷 javascript 🏷 programming

Mr Speaker is doing a series of posts on how to do 3d graphics with the HTML 5 Canvas:

  • This introductory post – to set up viewer expectations
  • A 3D starfield – to learn how to project points in 3D
  • 2D shape rotation – gotta rotate stuff, and that seems hard
  • 3D wire-frame drawing – draw a cube! Yeah!
  • 3D wire-frame rotating & moving – spin it!
  • ‘Shaded’ 3D model – color it in.