Live data from Hacker News

Introduction to HTML5 Canvas

storminthecastle.com

1–8 of 8 posts

Re: Introduction to HTML5 Canvas

#4
post #3

Sorry but calling this a tutorial is clearly giving it too much credit when there are real and comprehensive tutorials like https://developer.mozilla.org/en-US/docs/Web/HTML/Canvas/Tut...

Um... who called it a tutorial?

I thought it wasn't a bad introduction to what the canvas is/does (rather than how you use it).

Re: Introduction to HTML5 Canvas

#7
post #6

Our app WebCode ( http://www.webcodeapp.com ) is a vector drawing app that instantly generates HTML5 Canvas code. No need to write all of it by hand :-)

I was about recommend WebCode after reading the article.

I just bought it a week ago. It makes canvas a lot more human. I've used it to create a few minor UI elements even, but main issue I've had simply the lack of rotate (or my ability to find it).

Still, its best tool I've used for Canvas.

Re: Introduction to HTML5 Canvas

#8
post #6

Our app WebCode ( http://www.webcodeapp.com ) is a vector drawing app that instantly generates HTML5 Canvas code. No need to write all of it by hand :-)

I was about recommend WebCode after reading the article. I just bought it a week ago. It makes canvas a lot more human. I've used it to create a few minor UI elements even, but main issue I've had simply the lack of rotate (or my ability to find it). Still, its best tool I've used for Canvas.

See: http://www.webcodeapp.com/documentation/beziers#RotatingBezi...

Also, we'll make rotations much more useful in future updates.