Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick-s-young/webxr-arcore-boilerplate
WebXR ARCore template project for browser-based augmented reality
https://github.com/patrick-s-young/webxr-arcore-boilerplate
3d arcore augmented-reality boilerplate javascript threejs webgl webxr
Last synced: 16 days ago
JSON representation
WebXR ARCore template project for browser-based augmented reality
- Host: GitHub
- URL: https://github.com/patrick-s-young/webxr-arcore-boilerplate
- Owner: patrick-s-young
- Created: 2022-12-21T03:42:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T00:49:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T07:33:34.914Z (3 months ago)
- Topics: 3d, arcore, augmented-reality, boilerplate, javascript, threejs, webgl, webxr
- Language: JavaScript
- Homepage: https://patrick-s-young.github.io
- Size: 6.01 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webxr-arcore-boilerplate
WebXR ARCore boilerplate project for browser-based augmented reality.![webxr-arcore-boilerplate_screen_256_512_15fps](https://user-images.githubusercontent.com/42591798/220235740-9b053463-b347-4e64-9009-477d2fabaeb1.gif)
### [Demo Link - Use ARCore Supported Device To View](https://patrick-s-young.github.io)
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) installed.
```sh
git clone https://github.com/patrick-s-young/webxr-arcore-boilerplate.git # or clone your own fork
cd webxr-arcore-boilerplate
npm install
npm start
```
## Device Requirements
See Google's [ARCore supported devices](https://developers.google.com/ar/devices).## Built With
* [Three.js](https://www.npmjs.com/package/three) - An easy to use, lightweight, cross-browser, general purpose 3D library.
* [webpack](https://webpack.js.org/) - static module builder.
* [maximo](https://www.mixamo.com/) - 3D characters, skeletal rigs, and animations.## Authors
* **Patrick Young** - [Patrick Young](https://github.com/patrick-s-young)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.