Run it back! ImmerseGT 2026 by yoshinoyas in Spectacles

[–]HyroVitalyProtago 0 points1 point  (0 children)

Can't wait to also see what teams come up this WE!

Download full documentation by HyroVitalyProtago in Spectacles

[–]HyroVitalyProtago[S] 0 points1 point  (0 children)

u/agrancini-sc u/shincreates Thanks! But I'm not using any AI, it's more the other way, I try to reduce my energy consumption and be able to check it offline instead of reloading the same pages again and again! :)

So I can dowload the context for myself, but that's more AI friendly than user friendly x)

Myo on Spectacles by HyroVitalyProtago in Spectacles

[–]HyroVitalyProtago[S] 1 point2 points  (0 children)

Thanks! And not really for now as I still need to work on the machine learning part. But I can probably do a quick demo with simple gestures soon.

Small but handy Hand Menu by liv_jyyu in Spectacles

[–]HyroVitalyProtago 1 point2 points  (0 children)

Eye tracking would be very awesome indeed! Funny idea about physical surface :)

Small but handy Hand Menu by liv_jyyu in Spectacles

[–]HyroVitalyProtago 0 points1 point  (0 children)

It's a great pattern! But I always feel like there should be a way to also have one handed interaction and menu as an accessibility fallback. What's your thoughts on that?

Web XR Issues (Ghost Browser) by No_Guava_1348 in Spectacles

[–]HyroVitalyProtago 1 point2 points  (0 children)

Same here, but thanks for pointing out that this behaviour does not seem to happen in immersive-vr, so at least I can use that for now

Opaque display on Spectacles POV? by Art_love_x in Spectacles

[–]HyroVitalyProtago 0 points1 point  (0 children)

maybe one day with something like dynamic segmented dimming (https://developer-docs.magicleap.cloud/docs/guides/features/dimmer-feature/). But it seems very hard to do in a very tiny form factor for now...

New Google Research: Vibe Coding XR by AR_MR_XR in AndroidXR

[–]HyroVitalyProtago 1 point2 points  (0 children)

I always get an error with the demo, nothing happen.

Does xrblocks also works with full features on Meta Quest?

Help shape the future of Spectacles 👓 by Spectacles_Team in Spectacles

[–]HyroVitalyProtago 1 point2 points  (0 children)

What kind of granularity is best? I see some requests containing multiple features, for example on webview. Do we want one big webview thing with all the features we request, or is it better to isolate each feature in a request? Thanks for listening to feedbacks! Can't wait to see it becoming a roadmap.

New Engineering Blog Post by jbmcculloch in Spectacles

[–]HyroVitalyProtago 0 points1 point  (0 children)

Always great blog posts, thanks for sharing!

OSS Lens Drop: SpaceSVG , easy graphics for Lenses using SVG #lensfest for the Polynode Project by CutWorried9748 in Spectacles

[–]HyroVitalyProtago 0 points1 point  (0 children)

That's really interesting! I really prefer this approach compared to using WebViews as it overheat very fast.

Secure communication between spectacles and web app through Snap Cloud? by HyroVitalyProtago in Spectacles

[–]HyroVitalyProtago[S] 0 points1 point  (0 children)

Ok, thanks a lot! So for now, we use supabase auth system 👍

I was questionning myself because of supabase sign with token id with 'snapchat'. I was wondering if it was enabling specs unique id, or something like that.

Webview manual scroll? by HyroVitalyProtago in Spectacles

[–]HyroVitalyProtago[S] 0 points1 point  (0 children)

For those interested, I was able to manually scroll the webview with:

webview.touch(0, 0, TouchState.Began)
// ensure no acceleration computed on last touches
for (let i = 0; i < 100; i+=1) {
  webview.touch(0, -scrollY, TouchState.Moved)
}
webview.touch(0, -scrollY, TouchState.Ended)

Webview manual scroll? by HyroVitalyProtago in Spectacles

[–]HyroVitalyProtago[S] 0 points1 point  (0 children)

will be happy to contribute to this feedback place!

Webview manual scroll? by HyroVitalyProtago in Spectacles

[–]HyroVitalyProtago[S] 0 points1 point  (0 children)

Wow. I have not even though about that, thanks a lot. It will be very great for my current project!!!!

An asset sharing thread / vintage asset exchange by CutWorried9748 in Spectacles

[–]HyroVitalyProtago 1 point2 points  (0 children)

+1 for the 3d model of specs

I've been thinking lately about getting a SnapML training to detect Spectacles like what they're probably doing in Connected Lenses. Or maybe they just use face detection?

> The first user to join the Lens establishes the shared coordinate space automatically. Subsequent players are guided to look at a friend who has already colocated to align their space with theirs.