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.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Here is a simple example of blitter using Canvas and JS: http://glowfilter.com/blog/jblitter-animated-html5-canvas-buttons/

link|improve this answer
feedback

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.

link|improve this answer
I looked at this. He definitely supports Sprite-Sheets. But I'm pretty enamored with Processing.js. I think worst case scenario if there isn't a straight forward way of doing this with Processing I will examine Akihabara's source and possibly try to incorporate both. Thanks for the reply, I'll mark this as an answer if another sample isn't posted. – j03m Jun 17 '10 at 18:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.