Skip to content

TheDesignium/hitachi-ar-marker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{ AR 8thWall ~ Three.js } Vite.js Template ⚡

Description

Minimal reusable template project: AR 8thwall + Three.js made with Vite.js

Screenshot 2022-08-10 154837

Setup

  1. Create .env.local file in the project root and add your 8th Wall key inside:
VITE_8THWALL_APP_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx
  1. Run the following commands:
# Install dependencies (only the first time)
yarn

# Run the local server
yarn dev

# Build for production in the dist/ directory
yarn build

NOTE: if there is an issue with custom shaders, bloom effect etc.. try to downgrade the Three.js version (latest tested Three.js version working was 0.145.0 I just did update the project with three@0.160.0)

About

Hitachi air project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • HTML 8.9%
  • GLSL 8.5%
  • CSS 5.3%