Skip to content

riachx/spectar-glasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectar - AI Glasses

A 3D visualization of the SpectAR AI-powered glasses using Three.js.

Project Structure

spectar-glasses/
├── index.html          # Main HTML file
├── netlify.toml        # Netlify configuration
├── package.json        # Project dependencies
└── src/                # Source code
    ├── main.js         # Main application code
    ├── components/     # UI components
    │   └── HDRSelector.js
    └── assets/         # 3D models and textures
        ├── sunglasses-spectar.gltf
        ├── brown_photostudio_01_4k.hdr
        ├── belfast.hdr
        └── lilienstein_4k.hdr

Development

  1. Install dependencies:

    npm install
    
  2. Run a local server:

    npx serve
    
  3. Open your browser and navigate to http://localhost:5173

Deployment

About

UCI Design-a-thon project. ThreeJS web demo for the AR Spectar Glasses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors