From d681687a38ce980fedf493210a3808e634d298da Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 24 Apr 2019 10:18:18 -0700 Subject: [PATCH] coupla quick links for webgl --- views/tutorials.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/views/tutorials.erb b/views/tutorials.erb index 7608ac7d..f8559c0a 100644 --- a/views/tutorials.erb +++ b/views/tutorials.erb @@ -94,5 +94,18 @@ Gatsby +

WebGL

+

WebGL is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is fully integrated with other web standards, allowing GPU-accelerated usage of physics and image processing and effects as part of the web page canvas.

+ +

You can use WebGL frameworks for making 3D models and worlds in your browser!

+ +