目录
WebGL
Introduction
Codes lib
Examples
WebGL
应考虑使用最新的
WebGPU
, 参考教程
WebGPU 基础
WebGPU 为什么重要
Introduction
WebGL is a cross-platform, royalty-free web standard for a low-level 3D graphics
API
based on OpenGL ES 2.0, exposed through the HTML5 Canvas element as Document Object Model interfaces.
Official site:
khronos.org/webgl
WebGL 1.0 Specification
webgl-reference-card-1_0.pdf
MDN Getting started with WebGL
Codes lib
threejs
mathbox 2
Examples
webgl-water
webgl water scene