Android webgl concept?

Is it possible to develop webgl applications in android? which version of android does this mean, which version of the mobile browser works?

+6
source share
2 answers

Just to update this, Firefox mobile, like Fennec, now runs on high-quality Android phones and supports webgl. Some of the demos will run a little slow ... this is the case for most 3d processing.js code, since it doesn't seem to use highly optimized webgl. Some of the demos, especially those written in thin layers of webgl frameworks like spidergl, work pretty well.

Your Android device must support the arm7 instruction set to run Fennec. This excludes junior class phones, but the Evo class, tablets, etc. Will work fine.

+1
source

It appears that not one of the Android browsers supports it at the moment, but it is planned for the Android browser (eta is not specified), as well as for Firefox Mobile (July 1, 2011).

0
source

Source: https://habr.com/ru/post/885638/


All Articles