From 4422ce3acfc636db9102c66466fb076dabeee392 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 30 Aug 2018 13:35:37 +0300 Subject: [PATCH] Create WebGL.md --- glossary/WebGL.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glossary/WebGL.md diff --git a/glossary/WebGL.md b/glossary/WebGL.md new file mode 100644 index 000000000..d8b6167ed --- /dev/null +++ b/glossary/WebGL.md @@ -0,0 +1,3 @@ +### WebGL + +WebGL stands for Web Graphics Library and is a JavaScript API that can be used for drawing interactive 2D and 3D graphics.