HTML - WebGL (3D rendering)
Table of Contents
About
WebGL™ is an immediate mode 3D rendering API designed for the web. It is derived from OpenGL® ES 2.0, and provides similar rendering functionality, but in an HTML context.
WebGL is built on top of the HTML5 <canvas> element.
Articles Related
Library
- https://deck.gl/ (used by superset) - visualization of large data set and map
- http://stack.gl/ - Tuto:
- (Bunny)