https://github.com/raphamorim/awesome-webgl
A curated list of awesome HTML5 Canvas with examples, related articles and posts.
https://github.com/raphamorim/awesome-webgl
List: awesome-webgl
Last synced: 4 months ago
JSON representation
A curated list of awesome HTML5 Canvas with examples, related articles and posts.
- Host: GitHub
- URL: https://github.com/raphamorim/awesome-webgl
- Owner: raphamorim
- Created: 2015-11-12T19:29:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T19:38:29.000Z (over 10 years ago)
- Last Synced: 2025-10-26T22:02:21.381Z (8 months ago)
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome WebGL
WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 3D computer graphics and 2D graphics within
any compatible web browser without the use of plug-ins. WebGL is integrated completely into all the web standards
of the browser allowing GPU accelerated usage of physics and image processing and effects as part of the web page canvas.
WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.
WebGL programs consist of control code written in JavaScript and shader code that is executed on a computer's Graphics
Processing Unit (GPU). WebGL is designed and maintained by the non-profit Khronos Group.
Then the content is [Awesome-Canvas](https://github.com/raphamorim/awesome-canvas).