ExplorXR

XR Daily: Steam Frame Launch Nears

· 8 min read

Valve Drops a Big SteamVR Update Ahead of Steam Frame

Valve pushed SteamVR 2.17 out of beta to all users this week, and the changelog reads like a final cleanup pass before a hardware launch. The Dashboard gets Steam Deck-style Quick Access controls, plus easier reach for achievements, guides, and notes. Overlay management is smoother, and the UI now surfaces battery information and brightness controls. These are the kinds of touches you ship when the runtime is about to live on a standalone headset, not just a PC-tethered accessory.

The timing lines up with everything else Valve is doing. It has been importing Steam Frame headsets into the US in volume, and the company recently published a “Great on Frame” page listing VR and flatscreen games guaranteed to run on the device. What is still missing is the two numbers everyone wants: price and release date. Given that Steam Machine launched at a higher-than-expected $1,050 thanks to the ongoing global RAM and storage crisis, expect Steam Frame to land with similar pressure on its price tag.

For the XR crowd, this is the big one. Valve’s return to hardware with a standalone headset is the most significant consumer VR event since Quest, and a VR-native Dashboard built on Steam Deck design language signals where the ecosystem is heading.

Road to VR


Polyarc Games, the Studio Behind Moss, Shuts Down

Polyarc Games has closed after nearly 12 years, confirmed in a LinkedIn post that reads as a farewell to the team. It is a hard loss for VR. The two mainline Moss games proved that a third-person, story-driven experience could translate beautifully to VR through smart camera work and level design, and the franchise picked up more than 160 awards and nominations along the way.

The writing was on the wall after March, when Polyarc laid off two-thirds of its staff. The final chapter was Glassbreakers: Champions of Moss, a Hero Academy-inspired PvP strategy spinoff that launched in November 2025 but never found its audience. It sits at a “Mixed” rating from just 22 reviews on Steam and a 4.7 from 229 ratings on the Meta Horizon Store. Moss itself launched on PSVR in February 2018, was a launch-day title for the original Quest in May 2019, and holds over 7,500 five-star reviews.

It is the second notable VR studio retreat in as many days, following Triangle Factory shelving Breachers: Outbreak. The pattern is worth tracking: studios that thrived on single-player VR hits are struggling to justify costly pivots to live-service and PvP against a soft install base.

UploadVR


Caustica Brings True Photon-Traced Caustics to Blender Cycles

Henrik Soeltzer’s Caustica is not an add-on. It is a full Blender 5.2 LTS build with real reflective and refractive photon caustics baked into the renderer, enabled by a single checkbox that works on any existing scene. The technique is progressive photon mapping, the same approach production renderers like Corona lean on for physical accuracy, but Caustica runs it on the GPU rather than the CPU. Move a light in the viewport and the caustics update instantly.

The target use case is clear: product visualization where glass, polished metal, car paint, and liquids have to look physically right. Chrome, glossy surfaces, and refractive materials all cast caustics by default, though you can pick which ones do. The caveats are real: it is Windows-only, requires an NVIDIA RTX 2000-series GPU or newer, and works only in Cycles, not EEVEE. Multi-GPU support is still in development and will arrive in a free update.

For the real-time rendering crowd, the interesting signal is that GPU photon mapping is now viable enough to ship as a consumer product. It is a reminder that some “offline only” effects keep drifting toward the GPU as hardware catches up.

80 Level


A Faithful PS1 Rendering Add-On for Godot

Solo developer Calin P published a breakdown of how the PlayStation 1 GPU actually worked, then turned it into a working Godot add-on. The key insight is that the PS1 used a fixed-function pipeline that drew polygons, not just triangles, and drew them the exact same way every time outside a few draw-call parameters. Because of that, you can use one material for every object and instance all of a scene’s geometry in a single draw call, something Godot supports only in its Forward+ renderer.

The resulting shader is MIT-licensed and covers the details that actually sell the look: accurate vertex snapping, affine texture mapping, a flat-triangle depth buffer, granular per-model dithering, color modulation, fog, and a Silent Hill-style fog variant. Calin P knows the hardware from building his own PS1 emulator, P-chan, and he also ships a game that runs on the original PlayStation.

This is a useful reminder that retro aesthetics are not a shortcut. Getting the PS1 look right means understanding fixed-function rasterization, not just dropping the resolution and calling it a day.

80 Level


EchoForge Turns Spatial Audio Into 3D Worlds

Most 3D scene generators start from text, an image, or a sketch. EchoForge flips the input entirely: it begins with a spatial audio recording. ESGI students Anamaria Buliga and Kamil Tebani built a system that recognizes sound events, estimates their approximate directions, and infers the environment they describe. That evidence gets organized into an interpretable audio scene graph, which then drives procedural generation of a 3D environment in Unity.

The project won first place in the undergraduate category of the ACM Student Research Competition and was presented at SIGGRAPH 2026 Posters. The pair’s background is telling: Buliga works in XR and generative 3D evaluation, while Tebani came up through performing arts, which is why the system treats sound as a storytelling cue rather than just a sensor input.

For XR developers, the appeal is the combination of spatial audio analysis, scene graphs, and procedural generation, three pillars of immersive content creation. Sound-first world building is a genuinely underexplored angle, and interpretable scene graphs make the whole pipeline easier to debug than a black-box generator.

80 Level


MultiMatte Makes Background Removal Promptable

Feyn Labs shipped MultiMatte, a background removal model you can aim with words. Instead of binary segmentation, it produces alpha mattes, assigning each pixel a continuous opacity value so fuzzy boundaries like hair, translucent glass, and blurred screens come out the way they actually look. It is built on Meta’s SAM 3, fine-tuned with LoRA on just 19.49M of the model’s 860M parameters, about 2.27% of the weights, using a rank-16 adapter.

The numbers are strong. On the DIS-VD benchmark MultiMatte scores 0.901 S-measure against SAM 3’s 0.667, and across five high-resolution DIS splits it lands between 0.893 and 0.923 versus SAM 3’s 0.649 to 0.703. The adapter is merged into the released weights, so there is no separate adapter library to run at inference time.

Why this matters to a CG audience: matting is the foundation of compositing. A promptable model that returns true alpha mattes instead of hard masks is a step toward pulling clean cutouts directly from words, which is exactly the kind of tool that saves VFX and game artists real time in the paint-out and prep pipeline.

Feyn


Quick Bites

  • gpty is a terminal multiplexer built with Godot and Rust, with panes and more. → GitHub
  • 80 Level rounds up the top 10 games from Steam Programming Fest 2026. → 80 Level
  • In Death: Unchained returns with a new season this month after two years of silence, on Quest and Pico. → Road to VR
  • Blender add-on adds jiggle physics to bodies, clothes, and hair. → 80 Level

Related reading