I need some little 3D rendering in my browser application. Unfortunatly the Internet Explorer 8 is not going to support WebGL, Canvas 2D or SVG. And the Windows XP users can’t install the IE9 (which supports at least Canvas 2D).
What do you think about Plugin-based alternatives?
- I mean Silverlight with XNA 3D seems not to be supported any longer.
- Flash has a bad reputation if I ask Apple.
- What do you think about Unity3D?
- Are there others?
I need some Arguments.
This seems to be not a right question to ask here but anyway here are my 2 cents:
I’d go for Flash and Stage3d. There are decent 3d libraries like Alternativa3D and Away3D. Or you could use Unity3D and flash export. This solution will work for common people. Of course visitors with iPad will not see your 3D stuff.
You could think of using Flash for desktops and WebGL for mobile devices. Depends on how complex your little 3D elements are.