An open API service indexing awesome lists of open source software.

https://github.com/5tarlight/webar

Feast web ar
https://github.com/5tarlight/webar

Last synced: 3 months ago
JSON representation

Feast web ar

Awesome Lists containing this project

README

        

# Zappar for ThreeJS

## Webpack Bootstrap Project

In this project you'll find an Node.js project that gets you up and running with Zappar for ThreeJS.

Head to the NPM package page for more information on how to build best-in-class AR experiences: [Zappar for ThreeJS](https://www.npmjs.com/package/@zappar/zappar-threejs) (@zappar/zappar-threejs)

## Preview

Scan the QR code below using your native camera app or QR code reader to view the example:

![Preview QR Code"](preview-qr-code.png)

## Running the Project

The project has been set up to use webpack for bundling assets and code. To get started, install the project's dependencies by running the following command:

```bash
npm install
```

During development, you can use the following command to run a `webpack` server for testing on your computer or a device on your local network:

```bash
npm run dev
```

And when you're ready to publish your site, run the following command. The resulting `dist` folder can be uploaded to ZapWorks for publishing. If you'd like to self-host your site, be sure to check out the documentation on the [Zappar for ThreeJS](https://www.npmjs.com/package/@zappar/zappar-threejs) page.

```bash
npm run build
```

## Target Image
![Target Image](src/example-tracking-image.png)