Tests for the WebGL canvas context
    
    These tests are intended to serve the following purposes:
    
      - Assert spec conformance (so that WebGL pages work the same across browsers and hardware)
- Check the safety of the GL binding (bounds checking, same origin policy)
- Provide performance numbers for developers
Test runners
    
    Demos
    
    Running the tests
    
      - Install a browser with WebGL support
- Open one of the test runners linked above in your browser.
- For more control over the tests, go the GitHub page, see the readme, and clone the repo.
Want to contribute?
    See the README.
    See the GitHub page.
    Mail me at ilmari.heikkinen@gmail.com
    For more information on WebGL
    
    Developer links
    
    License
    
      These tests are released under the BSD license. The images and videos used in the tests are the respective property of their authors.