Looking for an example of someone doing a a sprite sheet BLIT with javascript and the HTML 5 Canvas tag.
I've been looking at Processing.js a bit, but I haven't found a clear cut example of how to do it there.
Looking for an example of someone doing a a sprite sheet BLIT with javascript and the HTML 5 Canvas tag.
I've been looking at Processing.js a bit, but I haven't found a clear cut example of how to do it there.
Check out this js/html5/canvas game engine for platform games:
http://www.kesiev.com/akihabara/
I don't know if this is over complicated but all his source is on github.