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

https://github.com/tautvilas/webglex

WebGL experiments
https://github.com/tautvilas/webglex

examples graphics-programming matrix-animation opengl tutorial webgl

Last synced: 26 days ago
JSON representation

WebGL experiments

Awesome Lists containing this project

README

          

# WebGL shader examples

1. [Rendering simple rectangle](http://tautvilas.github.io/webglex/1-rectangle/)
2. [Fill rectangle with color gradient](http://tautvilas.github.io/webglex/2-gradient/)
3. [Gradient animation](http://tautvilas.github.io/webglex/3-animation/)
4. [Rendering simple 3D cube](http://tautvilas.github.io/webglex/4-cube/)
5. [Cube rotation](http://tautvilas.github.io/webglex/5-rotation/)
6. [Cube scaling with matrix](http://tautvilas.github.io/webglex/6-scale-matrix/)
7. [Cube rotation with matrix](http://tautvilas.github.io/webglex/7-rot-matrix/)
8. [Interactive cube rotation](http://tautvilas.github.io/webglex/8-rot-interactive/)
9. [Simple lighting](http://tautvilas.github.io/webglex/9-lighting/)
10. [Interactive object orientation](http://tautvilas.github.io/webglex/10-orientation/)

All the examples above are based on [this amazing book](https://paroj.github.io/gltut/)