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
- Host: GitHub
 - URL: https://github.com/tautvilas/webglex
 - Owner: tautvilas
 - Created: 2015-07-16T14:42:24.000Z (over 10 years ago)
 - Default Branch: master
 - Last Pushed: 2016-09-22T17:55:13.000Z (about 9 years ago)
 - Last Synced: 2025-04-24T06:51:42.564Z (6 months ago)
 - Topics: examples, graphics-programming, matrix-animation, opengl, tutorial, webgl
 - Language: JavaScript
 - Size: 37.1 KB
 - Stars: 11
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
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/)