https://three-ar-experiment.herokuapp.com/
- Git
- Node.js and npm Node ^8.4.0, npm ^5.3.0
- Bower (npm install -g bower)
- Gulp CLI ^3.9.0
- Follow the instructions on how to install
WebARonARCore
orWebARonARKit
into your device
- Go to project root
- run
gulp serve
- open
WebARonARCore
app, go tohttp://localhost:9000
- Go to project root
- run
npm install
andbower install
- run
gulp build
- All distribution files will be generated into
dist/public
folder
- create
free
heroku account - install
Heroku Toolbelt
- https://github.com/heroku/legacy-cli - create new heroku app by
heroku create [app name]
- you will see the following message once the app created
Creating ⬢ three-ar-experiment... done
[app-url] | [heroku app repo]
- you should see
heroku
as one of the remote repo when you rungit remote
- build the project accordingly, please refer to the above instructions
- once you are done with it, commit and push the
dist folder
to heroku master branchgit subtree push --prefix dist/ heroku master
- once done, you can now preview the app from
[heroku app url]
All sounds used are downloaded from https://freesound.org
Please DO NOT re-use any of the sounds for commercial purpose
-
add in trajectory line - add in swipe to throw thingy
- improve user experience
- proper game play add in score feat, need a score limit though
- add in fancy environment, and user feedback, we need some pennywise here, you'll float too!
- add in gulp task for deploying to
gcloud
orheroku