melonjs / melonJS

a fresh, modern & lightweight HTML5 game engine
https://melonjs.org
MIT License
5.92k stars 643 forks source link

Support for WebVR #728

Closed parasyte closed 3 years ago

parasyte commented 9 years ago

Yep, apparently this is a thing.

http://blog.bitops.com/blog/2014/06/26/first-steps-for-vr-on-the-web/

IMHO, the VR devices are still too young to be completely immersive. And apart from some crazy cool tech demos, it's really only suitable for first person shooters and simulators (weird). Anyway, we should investigate opportunities!

obiot commented 9 years ago

yeah, can't wait to see our platformer example in VR :P

obiot commented 9 years ago

In case you have not seen that article yet: https://hacks.mozilla.org/2015/09/stereoscopic-rendering-in-webvr/

agmcleod commented 9 years ago

I think having the engine support 3d is a bit of a blocker before this ;)

parasyte commented 9 years ago

TBH, we have Vector3D in place now, and we're just a few steps away from passing the z-coordinate to the vertex shaders. ;) That makes it 3D.