Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
51–60 of 129 posts
Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#52Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#53this should use a constant FPS game loop ( http://dewitters.koonsolo.com/gameloop.html ). Currently, the flash side is much faster; supposedly due to it rendering faster in my browser.
Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#54Interesting problem of tuning both sides speed. Here (small Atom netbook hooked to big screen) the ball moves noticeably faster on the Flash side. To the point of making me lose a Pong match with myself.
Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#55Interesting problem of tuning both sides speed. Here (small Atom netbook hooked to big screen) the ball moves noticeably faster on the Flash side. To the point of making me lose a Pong match with myself.
Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#56this should use a constant FPS game loop ( http://dewitters.koonsolo.com/gameloop.html ). Currently, the flash side is much faster; supposedly due to it rendering faster in my browser.
wouldn't that defeat the purpose?
Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#57Interesting problem of tuning both sides speed. Here (small Atom netbook hooked to big screen) the ball moves noticeably faster on the Flash side. To the point of making me lose a Pong match with myself.
Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#58Re: Pong written in both flash and HTML5. Left side is flash, right side is HTML5.
#59Awesome demo tho. Would love to see source of the flash part (maybe I missed it) so we could compare the source, not just performance (which seems to be about the same on my 5 year old laptop).
edit: who's now working on a (HTML5|Flash) vs Silverlight demo? That would be even more awesome.