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

https://github.com/stackgl/learning-webgl-02

Learning WebGL Lesson 2 converted from vanilla WebGL to use stack.gl.
https://github.com/stackgl/learning-webgl-02

Last synced: about 1 year ago
JSON representation

Learning WebGL Lesson 2 converted from vanilla WebGL to use stack.gl.

Awesome Lists containing this project

README

          

# learning-webgl-02

[Learning WebGL Lesson 2](http://learningwebgl.com/blog/?p=134) converted from
vanilla WebGL to use [stack.gl](http://stack.gl). You can find the original's source
[here](https://github.com/gpjt/webgl-lessons/blob/master/lesson02/index.html)
for comparison. Thanks to Giles Thomas and Tony Parisi for the original lesson.

[![learning-webgl-02](https://cloud.githubusercontent.com/assets/569817/5594674/6129b236-9255-11e4-9e61-f45cffa57700.png)](http://stack.gl/learning-webgl-02)

[View Demo](http://stack.gl/learning-webgl-02)

## Running this Thing

Get the project set up and running locally by running these commands from your
terminal:

``` bash
git clone https://github.com/stackgl/learning-webgl-02.git
cd learning-webgl-02
npm install
npm start
```

After running `npm start`, a [wzrd](https://github.com/maxogden/wzrd) server
should start running on [`http://localhost:9966/`](http://localhost:9966/).
Enjoy!

## License

[Creative Commons Attribution/Share-Alike](http://creativecommons.org/licenses/by-sa/3.0/).