https://github.com/ryannjohnson/tutorial-chromebookplaystore-webgl
Tutorial for using WebGL with three.js.
https://github.com/ryannjohnson/tutorial-chromebookplaystore-webgl
animejs threejs tutorial webpack
Last synced: 3 months ago
JSON representation
Tutorial for using WebGL with three.js.
- Host: GitHub
- URL: https://github.com/ryannjohnson/tutorial-chromebookplaystore-webgl
- Owner: ryannjohnson
- Created: 2017-08-24T07:53:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T22:54:35.000Z (about 8 years ago)
- Last Synced: 2025-06-27T12:08:42.138Z (3 months ago)
- Topics: animejs, threejs, tutorial, webpack
- Language: JavaScript
- Homepage: https://ryannjohnson.github.io/tutorial-chromebookplaystore-webgl/
- Size: 2.51 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial: Using three.js and anime.js to make Tell Me When My Chromebook Gets Play Store

The code for the [tutorial at ryannjohnson.github.io](https://ryannjohnson.github.io/tutorial-chromebookplaystore-webgl/).
## Compile
Run the following in your terminal:
```bash
$ npm install
$ npm run build
$ npm run server
```You can then navigate to or whatever addresses your terminal displays.
### Development
The `package.json` file contains some scripts for watching changes to files. To automatically compile changes to the Javascript files, open up a new terminal and run:
```bash
$ npm run watch-js
```