https://github.com/pauldraper/webgl-examples
WebGL examples
https://github.com/pauldraper/webgl-examples
Last synced: 5 months ago
JSON representation
WebGL examples
- Host: GitHub
- URL: https://github.com/pauldraper/webgl-examples
- Owner: pauldraper
- Created: 2016-09-16T21:14:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T18:10:15.000Z (almost 10 years ago)
- Last Synced: 2025-07-19T13:51:27.172Z (11 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)