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

https://github.com/pauldraper/webgl-examples

WebGL examples
https://github.com/pauldraper/webgl-examples

Last synced: 5 months ago
JSON representation

WebGL examples

Awesome Lists containing this project

README

          

# WebGL examples

Single-file, self-contained WebGL examples.

## Simple examples

* [Triangle](https://rawgit.com/pauldraper/webgl-examples/master/triangle.html)
* [Rectangle](https://rawgit.com/pauldraper/webgl-examples/master/rectangle.html)
* [Circle](https://rawgit.com/pauldraper/webgl-examples/master/circle.html)
* [Circle with anti-aliasing](https://rawgit.com/pauldraper/webgl-examples/master/circle-antialiased.html)

## Performance comparison

Nested orbits of monochrome circles.

* 156 circles: [SVG](https://rawgit.com/pauldraper/webgl-examples/master/orbits/svg.html#3), [Canvas](https://rawgit.com/pauldraper/webgl-examples/master/orbits/canvas.html#3), [WebGL](https://rawgit.com/pauldraper/webgl-examples/master/orbits/webgl-one.html#3)
* 3,906 circles: [SVG](https://rawgit.com/pauldraper/webgl-examples/master/orbits/svg.html#5), [Canvas](https://rawgit.com/pauldraper/webgl-examples/master/orbits/canvas.html#5), [WebGL](https://rawgit.com/pauldraper/webgl-examples/master/orbits/webgl-one.html#5)
* 19,531 circles: [SVG](https://rawgit.com/pauldraper/webgl-examples/master/orbits/svg.html#6), [Canvas](https://rawgit.com/pauldraper/webgl-examples/master/orbits/canvas.html#6), [WebGL](https://rawgit.com/pauldraper/webgl-examples/master/orbits/webgl-one.html#6)
* 97,656 circles: [SVG](https://rawgit.com/pauldraper/webgl-examples/master/orbits/svg.html#7), [Canvas](https://rawgit.com/pauldraper/webgl-examples/master/orbits/canvas.html#7), [WebGL](https://rawgit.com/pauldraper/webgl-examples/master/orbits/webgl-one.html#7)
* 488,281 circles: [SVG](https://rawgit.com/pauldraper/webgl-examples/master/orbits/svg.html#8), [Canvas](https://rawgit.com/pauldraper/webgl-examples/master/orbits/canvas.html#8), [WebGL](https://rawgit.com/pauldraper/webgl-examples/master/orbits/webgl-one.html#8)