Immersive Web Weekly

Issue #023, October 13, 2020, ImmersiveWebWeekly.com

With the growing number of announcements that app framework and engine teams are introducing XR support (either porting from WebVR or adding XR for the first time) it feels like the WebXR Device API has crossed over the threshold from a kind-of-maybe-someday feature to a piece of the web that is understood and expected. Kudos to the editors, implementors, contributors, evangelists, community leaders, and enthusiasts who have kept it alive during the trough of disillusionment. Our job isn't done, but we're picking up speed. Tighten your seat belts, warm up your hyper-drive, and flip down your helmet visor because here comes another issue of the Immersive Web Weekly.

- Trevor Flowers from Transmutable

ZapBox Kickstarter

With the cancellation of Oculus Go and Google Daydream, well supported and low cost XR hardware is hard to find. Zappar is building on their experience with Cardboard-based kits to ship a new approach to smartphone-based XR. For the price of a single Facebook Quest 2 (and without account requirements) backers can reserve a Zapbox 10-pack, complete with tracked controllers and fiducial markers.

WebGL2 On By Default in Safari Preview

While other major browser teams release experimental support for WebGPU, this week the Safari team released a preview build with WebGL2 support. 🍾 Come on Apple, you can do it!

browser almost there webkit.org Jonathan Davis

LĂ–VR Shifts To WebXR

This Lua-centric project was one of the first XR engines to target WebVR and as of this week it has moved to WebXR with support for more controllers as well as the experimental hand API on the Facebook Quest. The framework is fast, relatively tiny, and open source with a growing list of supported targets and rendering capabilities. Lua has long been used as a scripting language by game engines so it may be appealing to the game makers in your life who are allergic to Javascript.

Using WebXR with Babylon.js

"In this overview of WebXR technologies and the Babylon.js framework we’ll embark on a journey through the past, present, and future of mixed reality both on the web and on immersive headsets. We’ll inspect the underpinnings of WebXR and the most important aspects of the WebXR Device API before turning our attention to Babylon.js, a framework for building immersive applications in JavaScript for web, mobile, and headset."

ROAR Retrospective

In issue 22 we covered the winners of the new WebXR category of the js13kgames competition and mentioned that one of the entries eschewed libraries like Three.js and Babylon.js to include their own engine within the 13k limit. That entry was Roar and this week the creator released a detailed development log describing how and why it works.