https://github.com/flatfisher/ishinomakihackathon2022
https://github.com/flatfisher/ishinomakihackathon2022
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flatfisher/ishinomakihackathon2022
- Owner: flatfisher
- Created: 2022-09-23T06:29:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T04:25:37.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T22:29:17.082Z (over 1 year ago)
- Language: Go
- Size: 4.28 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ishinomakihackathon2022
### Run Server
```
# go run main.go
```
Open the website on your phone, Scan the marker picture to see content through the camera.
### ngrok
```
# ngrok http 8080
```
### Edit marker and 3d model
```:html
```
### Links
- [AR.js Marker Training](https://jeromeetienne.github.io/AR.js/three.js/examples/marker-training/examples/generator.html)