A comprehensive collection of templates and examples for building Lens experiences on Spectacles.
This repository contains multiple template projects showcasing different features and capabilities available when building for Spectacles. Each template is a complete, working example that you can use as a starting point for your own projects.
This repository requires Git LFS (Large File Storage) to be installed and configured. The templates contain large assets including 3D models, textures, images, and media files that are tracked using Git LFS.
macOS (using Homebrew):
brew install git-lfs
Windows: Download and install from git-lfs.github.com
Linux:
# Debian/Ubuntu
sudo apt-get install git-lfs
# Fedora/Red Hat
sudo dnf install git-lfs
After installing Git LFS, you need to set it up:
git lfs install
When cloning this repository, Git LFS will automatically download the large files:
git clone <repository-url>
cd Spectacles-Templates
If you've already cloned the repository without Git LFS installed, you can fetch the LFS files:
git lfs install
git lfs pull
To verify that Git LFS is working correctly:
git lfs ls-files
This will show you all files tracked by Git LFS.
AI-powered experiences and integrations
Essential projects to get you started with Spectacles development
Machine learning projects using SnapML
Location-based and navigation experiences
![]() Map real life areas and create AR experiences around those locations. |
![]() Outdoor navigation system using Map Component and Places API. |
![]() An example project for indoors or outdoors navigation. |
Multi-user collaborative experiences
Bluetooth Low Energy connectivity projects
- Spectacles Developer Documentation - Complete guides and API references
- Design Guidelines - Best practices for Spectacles design
- Lens Studio - Download the latest version of Lens Studio
- Community Forum - Connect with other developers and get support
- Install Git LFS (see Prerequisites section above)
- Clone this repository with Git LFS enabled
- Open any project folder in Lens Studio
- Explore the templates and start building!
⚠️ Important: Make sure Git LFS is installed before cloning, otherwise large assets won't download correctly.
We welcome contributions on existing project! Feel free to submit pull requests or open issues.
Built with 👻 by the Spectacles team