Skip to content

drumath2237/typed-8thwall-babylon-testbed

Repository files navigation

Typed 8thwall Babylon Testbed

deploy

About

A testbed about 8thwall WebAR application development whitch is focused on TypeScript integration.

The features is below.

  • Code with type
  • Self Hosting
  • Hot reloading powered by Vite
  • CI/CD (GitHub Actions)

Include a hit-test example scene.

8thwall-hit.mp4

!!!Note!!!

You need 8thwall's Pro Plan in order to test this in your local environment.

Environments

  • 8thwall 22.1.2.1958
  • TypeScript
  • Vite
  • Babylon.js 6.2.0

Install & Usage

Create .env file in the project root and specify your AppKey like below.

# .env
VITE_API_KEY=xxxxxxxxxxxxxxx

Install dependencies and loanch the dev server.

# install
npm install

# dev server
npm run dev

Author

にー兄さん@ninisan_drumath