Yes, more recently - we could update the report to include that.
With Adobe's tech this became possible at the end of February, when their Stage3d HW acceleration support came out in the release candidate of the AIR runtime. It was in closed beta when we did our research and we didn't ask then to be a part of it. Some Away3d devs were in I think.
We made a build of that proprietary Away3d using client for iOS in March, and once all the configurations to get the hw acceleration enabled were made correctly, it worked out of the box. Also the XMPP networking, so avatars show and the chat works etc.
The scene is not optimized so the memory is the bottleneck on small & old devices. Otherwise it does run e.g. on my iPhone 3GS which has 256MB memory. iPad3 has 1GB mem and there the full scene runs without any modifications. For the old iPhone I have a version where most of the scene geom with big textures is disabled, and then it runs ok. Rendering is choppy when something new comes to the scene (on all devices), but otherwise seems smooth.
We haven't tested on Android devices yet, but expect similar results (i.e. that it works well enough for light scenes at least).
Also after that report, an alternative Flash 3d engine was open sourced: Alternativa3d. This is very recent, they did it at the end of March. It used to be a closed one. Made by a professional team in a company in Russia, very cool looking screenshots at least, but we haven't tested it yet. Away3d's rendering / mainloop behavious is not too convincing, the FPS basically always fluctuates -- but the API is quite complete and has been nice to dev with (has path animation utils etc.). Would be interesting to know how Alternativa's rendering compares, also on the mobile devices.
WebGL is AFAIK still not enabled by default on any mobile device. At least talks are that because of performance probs which I'm sure Google and Apple and friends have been addressing, perhaps something comes out at some point. Some individuals have tested WebGL at least on Android and perhaps with WebKit builds on iOS too but I'm not sure if they even got to use HW rendering then.
One point is that on mobiles people are used to installing apps anyway, and also the Flash/AIR client is deployed as an installable app. So a main point of a browser solution -- requiring no installation -- is moot. So a fast native renderer (e.g. Ogre with batching or something else) could be a good solution. I have a couple Ogre apps in my iPhone too and they work pretty well with the small scenes (one is a game from appstore and the other a self-built simple multitouch+scene test from Erwin's Gamekit (Ogrekit) which loads .blend files).
OTOH it sure is nice how with Flash/AIR things just run seemingly identically in both all browsers and mobile devices with no extra work. The compiler is open source and there are open source dev envs etc. so perhaps suitable for a realXtend client tech, even though the runtime is closed (also Windows and Mac runtimes are closed so opensource-wise the situation is similar to running Tundra on those).
~Toni
> --
> http://groups.google.com/group/realxtend-dev
> http://wiki.realxtend.org
> http://dev.realxtend.org
Two Android tablet devices, Acer Iconia A500 (Android OS 3.2.1) and Asus
Transformer Prime TF201 (Android OS 4.0.3) were tested. iPad version 5.1
(the new iPad with retina display) was also tested.
The Acer Iconia A500 is an "older-gen" Tegra2 device. The Asus Transform
Prime TF201 is a new generation Tegra3 device.
Results:
Android built-in browser (WebKit) - WebGL is not supported.
Android Opera browser - Works.
Android Dolphin browser - WebGL is not supported.
iPad Safari browser - WebGL is not supported.
iPad Mercury browser - WebGL is not supported.
iPad Dolphin browser - WebGL is not supported.
The San Angeles demo was then compared for performance. The figures were
_visually_ estimated, since the demo does not have a FPS counter. The demo
was run side-by-side on the two devices so that at least the figures can
be relatively compared.
Acer Iconia A500 San Angeles Native Demo: ~20fps
Acer Iconia A500 San Angeles Opera WebGL: ~4fps
Asus Transformer Prime TF201 San Angeles Native Demo: ~40fps
Asus Transformer Prime TF201 San Angeles Opera WebGL: ~1-2fps
It was interesting to note that the older Tegra2 device actually runs the
WebGL demo faster than the new Tegra3 device. In any case, this quick test
confirms WebGL is not maturely adopted in the tablet sector.
Jukka