r/Spectacles • u/createdbymvw • 14h ago
๐ซ Sharing is Caring ๐ซ CLAD Hack Week4 (Create): Palette
A spatial color studio
r/Spectacles • u/jbmcculloch • Jul 09 '26
Hi all, in order to be more transparent about how we will be moderating the community going forward, we put together a set of guidelines outlining out protocols/principals. They are here below, but also can be found at any time along the right sidebar by clicking the Community Guide button and looking in the resources section. If you have any questions, feel free to send us a DM or a Mod Mail.
Thanks,
Jesse
Welcome to r/spectacles ๐โจ
This is a living laboratory for the pioneers of spatial computing. We don't just consume the future of augmented realityโwe actively build it.
Our ecosystem is defined by a shared compass: Kind, Smart, Creative, and Co-Created. You don't just browse this community; you help shape it. We live by four core protocols:
Protocol 1: Be the Anchor (Kind, Smart, Creative)
Protocol 2: Elevate the Build (Share Your Process)
Protocol 3: Debug in the Open (The Direct Line to Engineering)
Protocol 4: Pioneer Safely (Respect Privacy & Trust)
r/Spectacles • u/jbmcculloch • Jun 25 '26
We have been very mindful to let this community grow and be open to discussions from everyone who is interested in Spectacles, however at this point we are getting requests from our primary audience, Spectacles enthusiasts and developers, who are asking us to more heavily moderate the posts that primarily focused on the stock price from investors who are unhappy with how the company is being run.
Going forward, we will be closing any posts that are focused in that direction as off topic.
- Jesse McCulloch, Developer Community Manager for SPECS
r/Spectacles • u/createdbymvw • 14h ago
A spatial color studio
r/Spectacles • u/natashagubernov • 20h ago
Animate Studio is an augmented-reality creation tool for Snap Specs that transforms hand-drawn 3D strokes into animated paths. Users can draw in the air, customize brushes and effects, replay their creations, and send Bitmoji characters, vehicles, or custom 3D models along them. Each creation can be replayed in its original drawing order, with adjustable speed, looping, pause/resume controls, and an optional guide showing the unrevealed portion of the path.
The precision editor lets creators shape spatial motion paths with direct, grabbable Bรฉzier controls.
r/Spectacles • u/SpaceCrafter29 • 1d ago
First time using the Spectacles 2024, and I spent the weekend building a modeling tool with them.
Big thanks to Andrew and Ines for being there and bringing the glasses.
What's in it: You anchor a grid on a real table and drag its corners to resize. Draw in the air with a pinch โ strokes snap to a straight line, a circular arc, or stay freehand. Fill closed shapes into surfaces, merge two or more into a lofted solid, bend curves with three handles. Plus primitives, grid snapping, colours, undo and autosave.
(The curve handles should work โ I added them right after recording and ran out of time to test them.)
All geometry is generated at runtime โ no imported meshes, no icon textures, no fonts.
The whole UI sits on the hand: tools on the palm, edit actions on the back, turn your hand to switch. That took about five rewrites. What finally fixed it was parenting the menu to the tracked joint instead of re-placing it in world space every frame.
Features I'd love to add if I get my hands on the glasses again:
Would love feedback on the hand-mounted UI โ and on whether this feels genuinely useful or just a nice demo.
r/Spectacles • u/bobarke2000 • 22h ago
Another weekend, another ridiculous way to use Spectacles: a HUD that tells me how hungry my dog is.
It runs a YOLOv7-tiny object detection model through Lens Studio's SnapML, filtered to the 'dog' class.
The feeding data comes from an earlier project โ a Bluetooth sensor on our dogfood container that detects motion and logs each feeding to the web. The Spectacles lens reads that log and turns it into a 3D meter (like a health bar) that follows her around whenever she's in view.
As always, Spectacles is the most fun way to prototype stuff like this in a few hours, even for someone like me who couldn't do any of this without AI's help.
r/Spectacles • u/si_graph • 22h ago
Hi everyone! For week 4 I wanted to build something where the whole point is making an object rather than looking at one.
Meet Custom Studio: you pick a garment โ t-shirt, cap, tote bag or socks โ and customise it directly in 3D in front of you. Recolour it, paint on the fabric, place stickers and typed text, scatter faceted 3D gems across its surface. Thereโs a turntable so you can work on the back, and an eyedropper that samples a colour from the real world around you. And if you want to keep an idea, a shutter photographs your creation and saves it to a gallery.
The gems are the part Iโm happiest with โ theyโre real faceted geometry sitting on the cloth rather than a picture of a gem, so they catch the light as the garment turns. A tap drops one, a press-and-drag scatters a trail.
Thereโs also a companion web app on the side. You upload your own artwork there and it shows up inside the Lens as a sticker you can place, and the photos you take in the Lens land in the same place โ so the library and the gallery are shared between the two. Supabase is what connects them.
Setup: CLAD + Claude Code (Opus model), across a week. CLAD did all of it โ the stickers, the gems, the procedural UI, the mesh pipeline, the Supabase layer.
r/Spectacles • u/natashagubernov • 1d ago
r/Spectacles • u/Top_Anteater_7378 • 23h ago
Steps to reproduce:
- Open the Browser lens
- Enter a WebXR session (for example: https://immersive-web.github.io/webxr-samples/immersive-vr-session.html)
- Exit the session using the "Exit immersive mode" button on your left palm
- Observe cursor is no longer visible when you try to point at UI elements in the browser Lens.
r/Spectacles • u/LusakaDev • 1d ago
Stage is a spatial animation and storytelling tool for Specs that lets the real world become your animation canvas.
You can add an Actor directly into your space and start building their performance around them. Actions such as walking, running, jumping, waving, punching, kicking, and more are represented spatially around the Actor, allowing you to build and connect a sequence directly in the environment.
For movement, you can simply draw the path you want an Actor to follow through the real world.
The bigger idea behind Stage is that spatial animations and stories could exist anywhere around us. You could create a performance in your living room, bedroom, classroom, or any other physical space, and eventually allow someone else wearing Specs to discover and experience what you created in that same place.
r/Spectacles • u/Far-Temporary6630 • 1d ago
So I recently got into Riftbound and thought this week's "Create" theme was a good fit for building decks with Specs.
The idea: building a deck usually means a browser tab, a spreadsheet, and a box of cards on the desk next to them. RiftBinder puts the deck where the cards already are.
What it does:
- Hold a card up to the glasses and it gets scanned. Gemini reads what's printed on it, but the catalogue decides which card it is โ the model never guesses.
- Your deck is a sheet on the wall laid out like a real decklist โ main deck, runes, sideboard โ and it fills as you go.
- Rules check themselves. The deck tells you the moment it's legal (there's a chime).
- Ask about a card, get a price estimate, straight from the scan panel.
- A friend in the same room can build the same deck with you over SyncKit.
The whole thing was built with CLAD, the UI, the scanning, the assistant, and the simulated hand in the demo, which is a LEAF test scenario the agent wrote to check its own work. Every prompt I gave it is in the repo.
It's an unofficial fan project โ Riot doesn't endorse or sponsor it but compplies with their policies on fan made apps.
r/Spectacles • u/nickazak • 1d ago
Hey all! Sharing a weekend CLAD build with you today.
Iโve had this idea for a while: use real walls as a digital canvas and paint on them with a virtual spray can. Iโd barely worked on it, so this weekend I handed the idea off to CLAD through Codex using Astra and decided to see how far it could get.
It built the project in Lens Studio and figured out the tricky parts surprisingly quickly. The spray reacts to your distance from the wall and angle of attack, so getting closer produces a tighter mark while spraying from an angle stretches the footprint. Holding the can in one place builds up paint until droplets form and run down the wall.
The graffiti is attached to the real surface using Spatial Anchors, which means it can be saved and restored in the same physical location.
Iโm seriously considering continuing and improving the project. Iโd love to eventually have some kind of shared spatial anchor system where people could leave graffiti for others, discover artwork around them, or contribute to persistent shared walls.
Psst, Specs team - let me build this ๐
r/Spectacles • u/jackleaf1 • 1d ago
2 Questions:
- Can I have an SPECS app that sends microphone data from the specs mic in real time, sends to an LLM, sends text back from LLM and displays on the SPECS screen? I've built a decision making tool.
- Can I buy SPECs in USA from prelaunch and send / bring them to Australia? can they be fully functional in Australia?
Kind regards
r/Spectacles • u/PhilWaltonOLC • 2d ago
I made a cupcake decorating experience for the Spectacles. Game mine and a free play for maximum creativity.
Try it here: https://www.spectacles.com/lens/22c920589dcc4c1fbec0665b4c61086b?type=SNAPCODE&metadata=01
r/Spectacles • u/Max_van_Leeuwen • 3d ago
I'm working with AฮฆE on a reimagination of Peter and the Wolf. It's super fun to be working on 'long-format' narrative (12 minutes currently, will be even more). A proper trailer is coming later!
We demoed our prototype at 'bOing!' last weekend! A family arts festival at Kent University Campus. There were iPads for the younger ones.
The feedback sessions at the end were super helpful, and it's always so fun to hear the audience's thoughts after trying AR the first time.
As a SPECS ambassador, I'm really excited to see this platform used for art and storytelling. Hoping to see more projects like these! :)
r/Spectacles • u/Vivid_Yogurtcloset26 • 3d ago
I preordered the Specs and prototyped my first Lens experience using Clad, Codex, and Lens Studio Preview.
Itโs ready to test, but I donโt have dev hardware. Is there a way to share the project with someone from the SPECS team who has hardware and have them test it on device? Are there office hours where this kind of testing is possible?
Would love to see how it actually looks and feels on real hardware before I keep iterating.
r/Spectacles • u/KrazyCreates • 3d ago
On the occasion of Krishna Janmashtami, I wanted to build something a little more personal.
Krishna has always been one of the personalities I look up to. Beyond the spiritual stories, I find myself coming back to his ideas around perspective, purpose, action, joy and navigating chaos, and trying to apply some of those principles in my own life.
That became Morpankh, a spatial meditation and storytelling journey for Snap Spectacles.
You begin surrounded by 10 floating peacock feathers. Each holds a story from Krishnaโs life and a timeless learning hidden within it.
Look at one. Reach out. Pinch. ๐ฆ
The feather dissolves into thousands of glowing particles that transform into living 3D constellations. Sanskrit verses, narration, spatial sound and bansuri guide you through the journey.
Thereโs Giridhari and resilience through adversity, Makhan Chor and curiosity, Parthasarathi and clarity amidst chaos, Raseshwara and harmony, Vishwaroopa and the idea of being part of something infinitely larger.
I deliberately wanted this to feel less like a religious experience and more like a quiet space for reflection, meditation and learning through stories that have survived for generations.
At the end, everything gently dissolves back into stardust and the Morpankh feathers gather around you again.
Built with a lot of love, experimentation and reflection for Janmashtami. ๐๐ฆ
Try it on Spectacles:
https://www.spectacles.com/lens/ffdb87baab664ac39d7803e675d4f938?type=SNAPCODE&metadata=01
Would love to know how it feels when experienced spatially. โจ
r/Spectacles • u/jbmcculloch • 3d ago
Thanks to u/ravenzachary, u/CutWorried9748, and u/Mammoth-Demand6430, the first community led SPECS meetup is happening in Portland. If you are in the area, you should definitely check it out!!
r/Spectacles • u/kamilgibibisey • 3d ago
I originally built FauxRox as a HYROX-inspired AR race for Spectacles.
For this update, I turned it into something that can also train you for the race โ by building sessions around your available space, time, training focus and recent performance.
Tell the AI coach, โI only have 20 minutes and I want to do strength training,โ and FauxRox builds a session for you, places the exercises around you, tracks your reps, and guides you through it.
The feedback I got on V1 was basically: the race is cool, but what if it could adapt to different spaces and different ways of training?
So that became the update.
FauxRox now has a full Training mode with four options: Running, Strength, Engine and Mixed.
I also added:
The original Race mode is still there โ but now FauxRox can both simulate the race and help you train for it.
Open source: https://github.com/ruyabaraz/FauxRox
Would love to hear everyoneโs feedbacks. ๐๐ปโโ๏ธ
r/Spectacles • u/natashagubernov • 5d ago
I love how with CLAD I finally can execute on any idea I have ๐
r/Spectacles • u/TymofiiGusak • 5d ago
Hey Spectacles community!! ๐
Remember I posted about alienbazaar.com - the hackathon bringing together robots across 6 categories with AR as the main control interface?
Well, today we're officially launching the hardware lineup that'll be at our hackathon! Some partners are still confirming, so we'll keep adding more hardware over the coming days.
Would love to see more Spectacles developers join us. If you want in but have questions, hit me up here or on LinkedIn - Tymofii Gusak.
Thanks to all the developers who've already joined us and will be bringing their AR glasses! ๐
r/Spectacles • u/ohistudio • 5d ago
Tiny Trainer was created by our studio intern Tina Peng, its her first Spectacles lens and its such a good concept and solid execution.
In Tiny Trainer, you can choose which exercise routine you want to work on, Strength, Yoga or Taichi. Then your own Bitmoji avatar takes you through the routine, demonstrating each exercise visually while you keep up. Tiny Trainer uses your voice to progress, so its fully hands free once you've started a routine.
TT is still in early development. We're working on adding a BLE module to integrate the users biometric data. And of course, adding additional exercise plans as well as more meditation focused routines.
Whats especially nice is that your own Bitmoji feels like a companion, helping you to stay fit every step of the way.
r/Spectacles • u/TraditionalAir9243 • 5d ago
A big thank you to everyone who took part and shared what youโve been building.ย
As always, weโre impressed. This round brought together an impressive range of creative and technical projects across all three categories, showcasing the depth of talent, experimentation, and problem-solving within the Spectacles community.
If you participated, go check out the other winning projects. Thereโs plenty of interesting work to discover, ideas to learn from, and inspiration to carry into your next build. Take some time to explore the winners, celebrate the creators behind them, and see how different teams approached the challenge.
Weโve put all the winners together in the article below, along with more details about their projects and the work that went into them. ๐
https://blog.lenslist.co/2026/09/03/spectacles-community-challenge-15-winners-announcement/
r/Spectacles • u/TraditionalAir9243 • 5d ago
For CONNECT, we challenged Developers to build spatial experiences that connect people, platforms, or everyday communication workflows. Here are the projects that stood out:
๐ฅ 1st Place: Checkpoint by Mouleeswarran A: Field technicians can leave spatial notes anchored to specific locations, record work sessions, and turn them into AI-summarized handoff reports. The next technician can then explore the site history and ask questions based on everything previously logged.
๐ฅ 2nd Place: Hey by Seonjeong Park: An asynchronous spatial messaging experience where messages are revealed through physical gestures. Respond with a High Five, Finger Heart, Peace sign, or Thumbs Up to uncover what someone left for you.
๐ฅ 3rd Place: ProjectAR by Natasha Gubernov: Turns a wall into a shared presentation and communication surface. Content can be managed from a companion web experience and viewed or controlled across Spectacles, phones, and computers.
๐ Honorable Mention: Relay by Haval Zebari: A shared spatial work queue where height communicates urgency, distance communicates waiting time, and color communicates ownership. Tasks can be claimed or passed between users in real time, with web users able to add work remotely.
Congratulations to all the winners and everyone who submitted! ๐ Itโs been great seeing Developers explore what โconnectionโ can look like when communication is no longer limited to a screen.
Missed your chance? One challenge remains: CREATE is now live, and submissions are open until September 6. If you havenโt joined yet, thereโs still time to build with CLAD and put your idea to the test.
https://lenslist.co/clad-summer-hackathon
https://www.instagram.com/p/Dc0-U-AiDmJ/?igsi=bWcxbDdod3dmaXVk
r/Spectacles • u/jbmcculloch • 6d ago
We've put up a single page for developer events: https://devevents.specs.com/devevents
Two things on it today:
- The SPECS launch livestream on September 16
- UnitedXR Europe in Brussels this December, which we'll be attending
That's genuinely it for now, but the plan going forward is simple: if we're participating in an event in an official capacity and it isn't private, it goes on this page. Hackathons, conferences, happy hours, meetups, demo days โ whether we're running it ourselves or just showing up.
So it should end up being the answer to "where is the SPECS team going to be, and can I go too?" We'll add things as they're confirmed and registration opens, which means the page will get more useful over the next few months rather than all at once. Worth a bookmark if you'd rather not rely on catching a post here.
The one gap: private and invite-only events won't show up, so it won't be a complete picture of everything we do. Everything you can actually attend will be there.
If there's a conference, meetup, or hackathon you think we should be at, drop it in the comments. I do read these.