Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript 3D Frameworks running on mobile

I need to develop a demo in 3D using html5 and javascript but this must run on mobile. I know a little about webgl but I think it needs graphic card support. I tested a few demos in my Samsung SII and it does not work.

Can anyone give me information about 3D javascript frameworks that have compatibility with smartphones?

Regards,

like image 712
javimaravillas Avatar asked Sep 08 '26 10:09

javimaravillas


2 Answers

WebGL is supported on some mobile web browsers,

I did a quick google search I found that these support WebGl

  1. Nokia N900
  2. BlackBerry PlayBook
  3. Firefox for mobile
  4. Sony Ericsson Xperia range of Android smartphones have had WebGL capabilities following a firmware upgrade
  5. Opera Mobile 12
  6. Tizen 1.0

This list may be out date as I found it on Wikipedia

Another site that might give you some info is this WebGL Compatibility page

EDIT

Another framework that allows to deploy JavaScript, HTML5 Apps and it works on mobile platforms is CocoonJS, here is the supported feature list

like image 78
LegendaryLaggy Avatar answered Sep 09 '26 23:09

LegendaryLaggy


ThreeJS does canvas 2d , webgl and svg rendering so it depends on your mobile capabilities

http://mrdoob.github.com/three.js/

you also have CSS 3D transforms so depending on what you need to do that can be an option.

like image 28
mpm Avatar answered Sep 09 '26 23:09

mpm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!