Hacker News new | ask | show | jobs
by mambodog 5362 days ago
Mobile devices don't yet support WebGL either. If you want to do 3D on mobile you have to use CSS 3D Transforms (not supported on some platforms) or Canvas Context2D with a "software" renderer (slow).
1 comments

They will soon enough. If you start any substantial project now, by the time you finish WebGL will be available on most high-end phones, at least on Android.

Btw. the Nokia N900 has had WebGL support for a year or so. Too bad it's not a very popular model.

Thanks, that's what I meant.