Jump to content
MakeWebGames

Which RIA technology you think is the best?  

32 members have voted

  1. 1. Which RIA technology you think is the best?

    • Adobe flash / flex
    • HTML5 / JS
    • Silverlight / .NET
    • Java
    • Unity (mainly for 3D)
    • I don't like RIA
      0


Recommended Posts

Posted

Well my knowledge in this isn't very deep. But once I am going to start looking at these thing more, I am quite sure that I will be learning myself HTML5 and JS. So I have voted for that.

Posted

Well the advantage of HTML / JS is that you don't need any other plugin. However, honestly, it is one of the worse solution as a developer point of view. Browser compatibility is one thing (yes JQuery or other may help), but you have the limit of the language, dom, speed concerns and much much more. That's why myself I'm developing my new game with Silverlight and not with JS.

Posted (edited)

If you go into it deeply enough, then yes, it is a framework as it does require a browser.

Whereas Flash, Java and Silverlight can be run without a browser.

But the whole idea of web development is to create something that will work on 99% of browsers, so creating something that will run on all platforms and at the same speed and stability on them all, and offer support for mobile devices(Apple, Android, Win7, Sambian, BlackBerry) would be the best method. That's just my opinion.

You can't just download Flash 8(9/10/ or w/e) or Silverlight to a mobile phone, it has to come per-bundled like Java SE.

Take for instance my Nokia X3-00, Sambian S40 6th 2010 production. It's bundled with Flash Lite 3.0, Java SE and the browser offers some Ajax support(not always stable though). It does support some HTML5 and CSS3. Youtube and similar flash/html5 sites works fine but has to be streamed for flawless playback of flash content, but flash files over about a megabyte doesn't load due to insufficient memory(I think it has less than 64mb). I do know BlackBerry and Android has full Flash 9 capabilities, and iPhone, even though claimed to have, does not.

This conversation can go even philosophical, but the main point of web development(putting aside independent OSs) is compatibility on large scales.

So in theory, using a "plugin-less" development platform would be the best choice when it comes to web development.

Edit: Djk, have you seen what really can be done with Javascript?

Edited by Spudinski
Posted

i voted for unity and html/js

im loving unity so far and find 3d modeling quite fun

its just my preference to work with the html document and the server when it comes to websites

there are many posibilities with javascript

if it weren't easily hackable there would be many more games made with it

if your skilled and/or using a framework you could make a 2d (shooting,fighting,racing) game each in less than a day probably a few hours. You could even make it online multiplayer (sure it might be server intensive but it is possible).

Posted

Sorry but I didn't asked for which platform/framework is more cross platform, but which one you find best. And even if I would tend to agree that JS take the lead for the compatibility, I still think it's not a very good one to develop on.

  • 1 year later...
Posted

I would say although all Rich Internet application technologies are best and after that it depends on the needs and requirements of what application you want to design. But among all of them, I would say Adobe application development is the best ever RIA applications that I have found. I personally recommend this.

Posted (edited)
I voted for HTML(5) and JS, however after seeing what you can do with Silverlight, I had to vote for that also.

i gues you didnt saw what is able to do with JS?

just an example: http://threejs.org/

or more examples: http://news.turbulenz.com/post/49430669886/turbulenz-engine-goes-open-source

also, i miss adobe Shockwave on that list;) to see what can shockwave do you can look here:

http://www.maidmarian.com/sherwoodlanding.htm

and you can do fancy 3D stuffs with CSS Transforms

http://keithclark.co.uk/labs/css3-fps/

ah and Unreal Engine as JavaScript btw http://www.unrealengine.com/html5/

Edited by BlackScorp
Posted

Silverlight is dead.

Flash works basically only on desktop PC... and I doubt it will survive very long.

Sockwave is basically dead as well.

Remains JS / HTML5 (with it's pro and cons)

And tools like Unity 3D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...