HTML5 Comparison

All things HTML5 or text based engines, or really any web based engines.
Post Reply
User avatar
srachit
Posts: 291
Joined: Sat Jan 05, 2013 6:10 pm

HTML5 Comparison

Post by srachit »

Found this great website to compare different HTML5 engines! Do check it out: http://city41.github.com/breakouts/

Hope it helps you choose an engine :)
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: HTML5 Comparison

Post by Jackolantern »

Wow, that is cool! That is pretty selfless of the author to make 5 different versions of the exact same game. Must have been quite boring :lol:
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: HTML5 Comparison

Post by hallsofvallhalla »

copy and paste for the most part with a little bit of change of entitiy framework but thanks to him for doing it.

BUT this shows nothing really. The code behind this does not show heavy use of any engine as far as resources. running code, graphics, ect.. Hard to gauge from this hence why they all run basically the same. A good gauge from this would be him showing the time it took him to build from scratch each one.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: HTML5 Comparison

Post by Jackolantern »

The logic would be the same, but the implementation of the various HTML5 engines is quite different. I have used Crafty, Impact and Lime, and a lot of the source would have to be re-written. Since the game is not extremely complex, it was likely a week or two project, but t is still nice to put out the effort to put it all online.

Yeah, the engines can't be compared based on the game playing. Instead, I think the real value is in downloading the code and comparing that. It could be an easy way to see which engine's structure is the best fit for your coding style. Or a way to compare relative complexity (I still feel that Impact is the most simple HTML5 game engine, even after using others, but that is my opinion).
The indelible lord of tl;dr
User avatar
srachit
Posts: 291
Joined: Sat Jan 05, 2013 6:10 pm

Re: HTML5 Comparison

Post by srachit »

I agree it helps seeing the style ofcoding in the different engines and seeing which one is more to your style. There is also a table on there with comparison of the different features of the engines, I feel that also helps decide which engine meets your needs
Post Reply

Return to “HTML5/Web Engines”