webgl

I have been researching webgl engines and I found this javascript lib:
http://threejs.org/
http://threejs.org/editor/
http://idflood.github.io/ThreeNodes.js/public/index.html#example/collada1.json

Has anyone experienced with it and Blender?
Is posible link the Blender game engine with the library?

regards

No, I’m afraid not. You can however export blender models to three.js (JSON) format (that’s a javascript object). Three.js is build in JavaScript and WebGL, those are web standards, well WelGL isn’t but decent browsers support it.

I would gladly donate money for who makes a BGE to WebGL (including game engine) exporter, but I’m afraid that’s not so easy…

Thanks for your reply, I think it would be a possible path development with proposed rewrite of the Blender game engine
regards