https://github.com/progfay/box-surfer
Scrapbox project's pages map viewing on WebAR on ARKit/ARCore
https://github.com/progfay/box-surfer
Last synced: 3 months ago
JSON representation
Scrapbox project's pages map viewing on WebAR on ARKit/ARCore
- Host: GitHub
- URL: https://github.com/progfay/box-surfer
- Owner: progfay
- Created: 2018-01-12T05:21:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T10:25:12.000Z (over 7 years ago)
- Last Synced: 2025-01-30T20:16:16.581Z (5 months ago)
- Language: JavaScript
- Homepage: https://scrapbox.io/
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Box-Surfer
- AR技術を用いて [Scrapbox](https://scrapbox.io/) のプロジェクト内のページを表示する
- Public Projectのみを対象としているため、Private Projectは表示できない# Prepare
```bash
npm install express request urlsafe-base64 open
```# Setup
```bash
node server
```- http://${IP_ADDRESS}:8000/index.html?project=${PROJECT_NAME} に [WebARonARKit](https://github.com/google-ar/WebARonARKit) または [WebARonARCore](https://github.com/google-ar/WebARonARCore) でアクセスする