raj
raj

Reputation: 753

Android webgl concept?

is it possible to develop the webgl applications in android?which version of android is supporting this means which version of mobile browser is doing?

Upvotes: 6

Views: 576

Answers (2)

bmidgley
bmidgley

Reputation: 137

Just to update this, Firefox mobile, aka Fennec, now runs on high-end android phones and supports webgl. Some of the demos will run a little slowly... this is the case for most processing.js 3d code since it seems to not use highly optimized webgl. Some of the demos, especially those written in the "thin layer" webgl frameworks like spidergl run pretty well.

Your android device must support arm7 instruction set to run Fennec. This rules out low-end phones, but Evo class, tablets, etc will run it fine.

Upvotes: 1

Keith Hughitt
Keith Hughitt

Reputation: 4960

Looks like none of the Android browsers support it at the moment but it is planned for the Android browser (no eta specified) and also for Firefox Mobile (july 1, 2011).

Upvotes: 0

Related Questions