Best cross-browser approaches for Javascript game graphics? -


I am thinking that what are the most viable approaches for 2D game graphics, directly (and cross-browser) in Javascript Are you running

I have seen canvas and SVG approaches so far. Are there any other simple methods that offer primitive graphics functions like drawing lines, circles, pixels? Unlike the Canvas / SVG in the past, IE is supported outside of the box in :)

(I have just written a little javascript game. Straight CSS + Dome has worked for me in that case, But next time I am looking for better ways to do this.)

- Thomas N

You can see this very simple library:

Your manual quote:

Go compact lightweight Askript library, which enhances the DOM element adding animation systems. Allows to change CSS properties and other parameters with timeline. Supports parallel effect sets and effects series

If you follow the manual then you see how easy it is to create an animation.


Comments