TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How may I learn HTML5 canvas in less than 3 days?

3 pointsby gtklockerover 13 years ago
Well, I want to learn canvas in a limited period of time.<p>Any suggestions? Where to start?

3 comments

TheCowboyover 13 years ago
Consider getting the O'Reilly book HTML5 Canvas that came out this year.<p>This was popular a few days ago: <a href="http://www.popstardefense.com/blog/js-development-reading-list" rel="nofollow">http://www.popstardefense.com/blog/js-development-reading-li...</a> (HTML5 web dev reading list)
shaunxcodeover 13 years ago
try and implement a classic game that you know the rules of really well (Astroids, Missle Command, Pac Man) using canvas for graphics and spine js/jquery html5 local storage for the ui/high schore/save game/network communication.
DanBCover 13 years ago
Dive Into HTML5 would seem a good place. Here's one mirror:<p><a href="http://diveintohtml5.ep.io/" rel="nofollow">http://diveintohtml5.ep.io/</a><p>(It was released under some CC licence, so I'm guessing the mirror is legit. )