views:

572

answers:

1

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.

A: 

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.

Patrick
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.
Dr.HappyPants