https://github.com/patrickocoffeyo/aframe-dialog-component
Simple A-Frame component that can turn any geometry into a dialog.
https://github.com/patrickocoffeyo/aframe-dialog-component
aframe aframevr javascript vr webvr
Last synced: about 1 year ago
JSON representation
Simple A-Frame component that can turn any geometry into a dialog.
- Host: GitHub
- URL: https://github.com/patrickocoffeyo/aframe-dialog-component
- Owner: patrickocoffeyo
- License: gpl-3.0
- Created: 2017-08-15T15:53:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T15:15:47.000Z (almost 9 years ago)
- Last Synced: 2025-03-09T05:06:01.575Z (over 1 year ago)
- Topics: aframe, aframevr, javascript, vr, webvr
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-Frame Dialog Component
Simple A-Frame component that can turn any geometry into a dialog.
## Requirements
* Node.js (see .nvmrc for correct version).
* Yarn
## Setup
* Clone this repository.
* In this repository's root folder, run `yarn`.
## Testing & Linting
* All tests are located in the `test` directory.
* To run tests, and coverage tools: `yarn test`.
* To lint this codebase, run: `yarn lint`.
* To format this codebase, run: `yarn prettier`.
* NOTE: lint and prettier will be run before a commit is made.
## Building
To build this project, run `yarn build`.