Immersive Web Weekly

Issue #040, March 02, 2021, ImmersiveWebWeekly.com

It has been an amazing week of news and new experiences! A new social space platform has landed, one of the biggest web-native engines has pivoted to a new business model, and there has been a boatload of work to improve the many libraries that are the foundation of XR on the web. I love to see it.
Throw off your Winter wear, pack your picnic basket, and find a grassy field in which to enjoy Sol's rays because it's time for another issue of the Immersive Web Weekly!

- Trevor Flowers from Transmutable

Wooglies Wave Hello

With a tagline like "Meetings, but weird," you know that Wooglies will be unlike what you've seen before in a shared immersive web space. Jure Triglav announced its general availability with a GIF of the platform's unusual digital body system. He also released the source code to encourage contributions and to attract additional hosts. With positional audio with reactivity, WebRTC, VR, volumetric shaders with depth buffers, and multiplayer with snapshot interpolation it's an interesting use of many features in the immersive web.

Wonderland Drops Monthly Charge, Picks up Royalties

The Wonderland team has dropped the monthly fee for their immersive web engine and IDE to switch to a royalty fee of 10% for commercial projects. Access to the browser-based IDE and WebAssembly-based immersive web engine has no charge and non-commercial projects can use it for free.

Three-elements' New Angle: Degrees

The announcement of v0.3 of three-elements brings welcome news to coders who think of angles in degrees instead of radians. Hendrick Mans added a syntax for declaring degrees within element attributes of this quickly growing set of Three.js-oriented custom HTML elements.
Radians: <three-mesh rotation.x="4.71" />
Degrees: <three-mesh rotation.x="-90deg" />

Texturize Your HTML

The three-web-layer library is portable alternative to some use cases for the experimental WebXR Layers API. The pure Javascript library uses html2canvas to render user interface elements from a flat page onto a 3D texture and then performs a bit of fancy footwork to relay interactions from 3D space back onto the original UI event handlers. It's not perfect (for example, it renders a subset of CSS) but for many applications it can reduce the effort of bringing flat interactions into the immersive web.

Stereo Cubemaps Look Great With WebXR Layers

Long-time A-frame contributor and Immersive Web Community Group member, Diego Marcos, announced that he's working with OTOY technology to bring high performance stereo cubemaps into A-frame. The experimental code only works on Facebook's Oculus Quest with a flag set to enable the WebXR Layers API but the results are impressive and point toward a time when this quality of experience will be available across the immersive web.

Vatiste Toolkit Bounces Into PhysX

Not to be outdone by last week's announcement that the PhysX physics engine has landed in Wonderland, this week the Vatiste Toolkit team announced that their library of custom HTML elements for spatial scenes also incorporates PhysX. Kudos to both teams and kudos to the spirit of open source collaboration and competition.