https://github.com/stackgl/learning-webgl-03
Learning WebGL Lesson 3 converted from vanilla WebGL to use stack.gl.
https://github.com/stackgl/learning-webgl-03
Last synced: 4 months ago
JSON representation
Learning WebGL Lesson 3 converted from vanilla WebGL to use stack.gl.
- Host: GitHub
- URL: https://github.com/stackgl/learning-webgl-03
- Owner: stackgl
- Created: 2015-01-04T23:50:56.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-08-08T20:41:49.000Z (almost 11 years ago)
- Last Synced: 2025-04-30T18:43:09.459Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://stack.gl/learning-webgl-03/
- Size: 193 KB
- Stars: 7
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-webgl-03
[Learning WebGL Lesson 3](http://learningwebgl.com/blog/?p=239) 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/lesson03/index.html)
for comparison. Thanks to Giles Thomas and Tony Parisi for the original lesson.
[](http://stack.gl/learning-webgl-03)
[View Demo](http://stack.gl/learning-webgl-03)
## 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-03.git
cd learning-webgl-03
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/).