From e48c6d42f6ff13506492e3f9d5bf98a9f98bd677 Mon Sep 17 00:00:00 2001 From: yuting Date: Mon, 26 Apr 2021 23:53:52 +0800 Subject: [add] translation: zh-TW/docs/Glossary/WebGL --- files/zh-tw/glossary/webgl/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/zh-tw/glossary/webgl/index.html diff --git a/files/zh-tw/glossary/webgl/index.html b/files/zh-tw/glossary/webgl/index.html new file mode 100644 index 0000000000..be142ef82c --- /dev/null +++ b/files/zh-tw/glossary/webgl/index.html @@ -0,0 +1,33 @@ +--- +title: WebGL +slug: Glossary/WebGL +tags: + - Advanced + - CodingScripting + - Glossary + - Web Graphics + - WebGL +--- +

WebGL (Web Graphics Library) 是一個可以畫出,2D 和 3D圖像的 {{Glossary("JavaScript")}} {{Glossary("API")}}

+ +

WebGL 基於 {{Glossary("OpenGL")}} ES 2.0. 且 正被科納斯組織 維護

+ +

你可以透過 {{Glossary("HTML")}} {{HTMLElement("canvas")}} 元素渲染 WebGL

+ +

現在,大多數主流 {{Glossary("Browser","browsers")}} 支援 WebGL, 但 你的電腦 能不能使用又是另一則故事了 (EX: GPU 因素 ).

+ +

了解更多

+ +

基礎知識

+ + + +

技術文章

+ + -- cgit v1.2.3-54-g00ecf