That falls under accessibility: provide downgraded alternatives, like head movement for eye gaze, or ray-based hand tracking. Another option is going back to classic XR controllers (like AVP + PS VR2 controller)
02.10.2025 04:18 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
According to visionOS interaction guidelines, far eyeโhand input = indirect interaction, near touch input = direct interaction, both are "natural interactions." The OS handles them and maps both to the same spatial gesture events, so developers can write one set of code to support both.
02.10.2025 03:04 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
3. Multiple videos or livestreams can be watched and interacted with at the same time, including cross-room interactions.
01.10.2025 16:41 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
I designed a TikTok for Vision Pro using Sora.
Features:
1. Each "video" goes beyond 2D screens and frames, it can be made of volumetric entities in real space.
2. You can interact across spaces with livestreams, like tossing gifts into them as if they were real objects.
01.10.2025 16:41 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Me with AI glasses in the Cyberpunk 2077 world (I made three versions with Sora 2 spliced together: Corpo, regular, and a non-2077 TV-style one).
P.S. The third (MR goggles) is actually the most realistic, practical, and technically feasible type of multimodal AI wearable.
01.10.2025 13:52 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
we need new Web APIs like WebSpatial to bring the new XR development paradigm to the Web. Only then can web-based solutions have a real shot at replacing native apps in many scenarios, especially in AI-related use cases and those that blend with mobile real-world environments.
07.08.2025 15:30 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
It also breaks away from mainstream web development, missing out on another big Web advantage (the significantly larger pool of web developers compared to 3D developers).
Just like native spatial apps on visionOS don't prioritize using 3D engines but instead adopt 2D frameworks like SwiftUI,
07.08.2025 15:30 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
This kind of heavy, all-in immersive experience not only fails to leverage Web's strengths (like URL-based on-demand access) and just repeats the limitations of native XR apps (where each app creates its own isolated space instead of blending into the existing space).
07.08.2025 15:30 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
WebXR sessions mimics traditional native XR apps, they take over the whole spatial environment and both eyes' views. That means they cannot coexist within the same space alongside other 2D/3D apps (2D overlays don't count), and they cannot even coexist with their own webpage content.
07.08.2025 15:30 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
Then step into the shadows. Join us. We're recruiting in San Jose: jobs.bytedance.com/en/mobile/po...
18.06.2025 15:40 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I was the only one at the table drinking Diet Coke. To my right: SDK/Runtime gurus and a Silicon Valley leader. To my left: browser engine experts and QA veterans. I've decided to call our gang the Spatial Syndicate.
You craving spatial power on the Web too? ๐
18.06.2025 15:40 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
it's still a 3D engine that uses WebGL to render everything - 2D and 3D - on the canvas or dual-eye screens. It doesnโt support visionOS's Shared Space. Its development mindset is based on 3D graphics APIs - unfamiliar to most web developers who think in terms of 2D GUIs. See the doc for details.
11.06.2025 13:20 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I like R3F. But on one hand, R3F is like React Native - uses React-like syntax but isn't real React, so it's disconnected from the regular HTML/CSS-based React code used on standard websites. It needs its own ecosystem and can't integrate with the mainstream React world.
On the other hand,
11.06.2025 13:20 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
How can Web Apps have this kind of capability too, and achieve the UI demonstrated in my first three screenshots: bsky.app/profile/dext...
11.06.2025 11:44 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
where the TikTok camera interface becomes the default Home screen. App distribution wouldn't just rely on icon grids, but also come from the context of the live environment (as part of multimodal input). Unless glasses or lightweight headsets completely replace phones before that happens.
11.06.2025 11:44 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
The physical screen's background is inevitably trending toward dynamic content - XR headsets also use solid, opaque screens with cameras, so many of their functions are also possible on smartphones.
Its final form might look like a "TikTok OS,"
11.06.2025 11:44 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
After the iPhone GUI switched to Liquid Glass, the Home/Launcher screen background could be a live camera feed instead of a static wallpaper, making the phone feel almost transparent (though sadly, they didn't roll out that feature this time).
11.06.2025 11:44 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
So the Glass Material / Liquid Glass not only affects where GUI software can be used and what it can do, but also impacts the whole system architecture and how apps are developed.
11.06.2025 11:44 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Android XR can't really do this. It only performs alpha blending. The same limitation keeps its Home Space from mixing 2D and 3D apps the way visionOS Shared Space does (bsky.app/profile/dext...).
11.06.2025 11:44 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
- pre-raster layout info in browser engines, ECS data in 3D engines, node graph data for building shaders - so the OS can render all apps and environments together (bsky.app/profile/dext...).
11.06.2025 11:44 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Every GUI pixel must be rendered in real time based on whatever is sitting behind it, following both environmental changes and the user's move (like the eyes move).
Consequently, an app can no longer rasterize itself and pass a finished GPU frame to the OS. It must expose higher-level GUI data -
11.06.2025 11:44 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
In spatial computing, a GUI's background is the actual physical space around you, whose brightness, color, and style never stop changing. Fixed solid bg colors, or even the usual light and dark modes (they are also a limited fix for helping the GUI adapt to different environments), are inadequate.
11.06.2025 11:44 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Web UI in WebSpatial quick example
Spatial UI example in WebSpatial's Techshop demo
Web UI in WebSpatial quick example
Glass material
I have spent over a year working with the "Glass Material" UI, so let me stick up for Liquid Glass: do not dismiss it. It's not just about looks, It is a big, necessary fundamental shift as GUI software leaves flat screens and adapts to spatial computing so they can work with multimodal AI and AR/MR
11.06.2025 11:44 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0
Don't miss this talk at AWE on June 11 - we'll showcase some WebSpatial app demos.
๐๏ธ awexr.com/usa-2025/age...
WebSpatial is an open-source React SDK that lets you turn regular HTML/CSS-based websites into spatial apps on Vision Pro.
๐ป github.com/webspatial/w...
10.06.2025 12:32 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 1
What if the web could be spatialized too?
03.05.2025 14:11 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
10/ If you just tell them to "Web Search," they'll only use that one tool and start summarizing an answer right after the first round of searching, without doing more searches or taking any other steps based on the results.
03.05.2025 13:20 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
account for the open-source social vr and games framework https://basisvr.org
Dad, husband, President, citizen. barackobama.com
Swift & SwiftUI enthusiast | Tech blogger
Blog: http://fatbobman.com
Newsletter: http://weekly.fatbobman.com
@fatbobman at X
@fatbobman@mastodon.social
https://www.linkedin.com/in/fatbobman/
Swift is a general-purpose programming language that's fast, modern, safe, and a joy to write. Designed for all, developed in the open.
Creative Technologist โข XR + iOS โข Founder @ SubjectiveXP
ex-Apple / Meta / TikTok โข๐ซ๐ท๐บ๐ธ
Scaniverse PM | AR/VR, drones, photogrammetry, stereography are my jam
Azadux.com
Your Social Magazine.
Curating the world's stories to inform and inspire your day.
Get the app to explore your interests all in one place: https://about.flipboard.com/download-flipboard
Co-founder, CEO Flipboard
Host of DotSocial Podcast
Check out my custom feeds in the feeds tab
Made with surf.social beta
Also
Flipboard @mike.flipboard.com.ap.brid.gy
Mastodon @mike.flipboard.social.ap.brid.gy
Pixelfed @mmccue.pixelfed.social.ap.brid.gy
This all goes back to the death of Reader
Director of Engineering @ Creature working on Starship Home;
Also Dev @ SUPERHOT VR, Laser Dance;
Made Mark's Magnificent Marble Maze & Gravity Lab;
DICE & Proto Award Winner
DMs always open!
Voices of VR Podcast host: Insatiably curious, XR oral historian, & aspiring philosopher.
Exploring Tech Ethics, AI, XR, & Emerging Tech.
Patreon at http://patreon.com/voicesofvr
VR HCI generalist. I love hand, eye, face & body tracking. Transhumanist. Goth. Friend of sentient machines. They/them or she/her
The world's #1 spatial computing event series for the AR & VR (XR) industry where you can try hundreds of the latest demos, learn from talks by top leaders, and network with peers.
More on awexr.com
โ๏ธ Formerly @React.dev core (Forgetโจ), @ReactNative.dev ยท Architect, Xplat/Web/UI/PL @ByteDance ยท๐จโ๐ฌ ฮป.TaPL/FP/Compiler/VM/@TC39
i live in the bay area and work in fintech. stream of consciousness account. here for a fun time
Rogue geometer. Aerospace-turned-software engineer.
Blog: elalish.blogspot.com
Art: www.thingiverse.com/emmett/designs
20%: manifoldCAD.org
Review ๐๐๏ธ๐บ๐ฟ๐๏ธ๐ฎ๐ญ together in Fediverse and Bluesky
Instances: eggplant.place (en) | neodb.social (zh)
AGPL code, self host, mobile apps: neodb.net
่ช็ฑๅผๆพๅๅธๅผ็ไนฆๅฝฑ้ณๆธธๆๆญๅฎขๆถ่่ฏ่ฎบๅไบซ็คพๅบ๏ผๆ่ฐๅฎไพ neodb.social ๏ผๅฏๅฏผๅ
ฅ่ฑ็ฃ/Goodreads/Letterboxd็ญ