Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android webgl concept?

Tags:

android

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?

like image 795
raj Avatar asked Apr 11 '11 09:04

raj


1 Answers

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.

like image 113
bmidgley Avatar answered Sep 27 '22 19:09

bmidgley