3D: Flash vs HTML5
3D: Flash vs HTML5
Out of context: Reply #22
- Started
- Last post
- 45 Responses
- ukit0
If you are interested in trying out WebGL and 3D Canvas stuff, I suggest checking out Mr. Doob's three.js:
https://github.com/mrdoob/three.…
He has written a JS library that makes it very easy and concise to write this stuff. Not any more challenging than working with Papervision was in AS3.
Also for an overview of coding WebGL without any frameworks, there are a great series of tutorials here:
http://learningwebgl.com/blog/?p…
I think HTML5 will be used a lot for delivering web based games and apps on a cross-platform basis. And these will increasingly incorporate WebGL as support comes on board in more browsers (which will happen this year in the majority of them).