Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drumath2237/typed-8thwall-babylon-testbed
a testbed for typed 8thwall with babylon.js
https://github.com/drumath2237/typed-8thwall-babylon-testbed
8thwall babylonjs typescript vite webar webxr
Last synced: 2 days ago
JSON representation
a testbed for typed 8thwall with babylon.js
- Host: GitHub
- URL: https://github.com/drumath2237/typed-8thwall-babylon-testbed
- Owner: drumath2237
- License: apache-2.0
- Created: 2023-05-08T17:33:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-13T16:04:37.000Z (over 1 year ago)
- Last Synced: 2024-11-02T00:42:14.819Z (about 2 months ago)
- Topics: 8thwall, babylonjs, typescript, vite, webar, webxr
- Language: TypeScript
- Homepage: https://drumath2237.github.io/typed-8thwall-babylon-testbed/
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Typed 8thwall Babylon Testbed
[![deploy](https://github.com/drumath2237/typed-8thwall-babylon-testbed/actions/workflows/static.yml/badge.svg)](https://github.com/drumath2237/typed-8thwall-babylon-testbed/actions/workflows/static.yml)
## 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.
https://github.com/drumath2237/typed-8thwall-babylon-testbed/assets/11372210/e1ba5c1f-240a-47a8-b2e6-034d64b83da7
## !!!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
# .env
VITE_API_KEY=xxxxxxxxxxxxxxx
```Install dependencies and loanch the dev server.
```bash
# install
npm install# dev server
npm run dev
```## Author
[にー兄さん@ninisan_drumath](https://twitter.com/ninisan_drumath)