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
WebARonARCoreorWebARonARKitinto your device
- Go to project root
- run
gulp serve - open
WebARonARCoreapp, go tohttp://localhost:9000
- Go to project root
- run
npm installandbower install - run
gulp build - All distribution files will be generated into
dist/publicfolder
- create
freeheroku 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
herokuas 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 folderto 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
gcloudorheroku
