Jump to content

What Javascript Framework Combinations is best for HTML5 games


Recommended Posts

I'm not sure jQuery is really useful for games. The library is pretty heavy, and you never use many of its features. I have even coded my own fading functions to avoid jQuery.

 

Anyway, I've always created my games with my own code, but like Ivan said, if you need anything that involves physics, or anything too complex, using a library is often the best solution.

Link to comment
Share on other sites

I am repeating it over and over. You can not make things work in all browsers! There are some browsers from early 90's, which don't even have CSS. It will be hard to make your game work in them.

 

I always recommend to choose the standard and write for that standard (HTML4.2, HTML5, XHTML, CSS1, CSS2, CSS3, DOM1, DOM2, DOM3, WebGL, ...) . If that standard is new, it will be sooner or later implemented in most of browsers. If you spend 50% of time making your app work in some old browser, all that effort may become useless in few months, when nobody will use that browser. Modern browsers are being automatically updated almost each month, even when user does not know what browser is.

 

So again, we are not writing our apps for browsers, but browsers are being written for our apps! :)

Link to comment
Share on other sites

The way I do it regarding browser support:

I only care about Chrome/Chromium (webkit). The rest of the browsers can be killed with fire.

And talking about fire, I also provide some crappy support for Firefox just for the sake of it.

 

Imho it's the annoying web developers that slow down progress and make things really bad by whoring themselves for money and market share and going out of their way to support ancient or crappy browsers.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...