Java Applet or Unity3D for Cross-Platform 3D Surveying App

Posted by Jake M on Programmers See other posts from Programmers or by Jake M
Published on 2012-04-11T11:15:33Z Indexed on 2012/04/11 11:41 UTC
Read the original article Hit count: 289

Filed under:
|

Do you think a Java Applet or Unity3D Application is the best option to make a cross-browser 3d web-app?

I intend to make a web application that displays 3d environments that can be navigated by dragging(with a finger or mouse depending on the platform). The web app will render 3d environments of development sites including contours, water pipeline locations, buildings etc.

The application must work on Windows Desktop, Android, iOS and Windows Phone. So this is why I am tending towards a web-app as opposed to cross-platform smart phone library(like Mosync or Marmalade). The 3d environments will be navigable(by dragging around) and contain simple(not detailed) 3d objects like buildings, mountains, pipelines, etc.

One thing I know is that WebGL is out because it doesn't work on IE and has limited support on Smart Phones(am I correct to completely disregard WebGL?).

  • Will future Smart Phone browsers continue to support Java Applets?

  • Also is it really true I can write ONE Application/Game in Unity3D and simply compile it to run on Windows Windows, Mac, Xbox 360, PlayStation 3, Wii, iPad, iPhone and Android?

  • Would you suggest the Unity3D application path or the Unity3D Web Player path?

  • Concerning Unity3D, there's one thing I am unsure about: do all Unity3D features work on iOS and Android?

© Programmers or respective owner

Related posts about java

Related posts about web-applications