An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Tutorial: Using three.js and anime.js to make Tell Me When My Chromebook Gets Play Store

![Android in space](./docs/content/poster.jpg)

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
```