coupla quick links for webgl

This commit is contained in:
Kyle Drake 2019-04-24 10:18:18 -07:00
parent ef1f448a40
commit d681687a38

View file

@ -94,5 +94,18 @@
<a href="https://www.gatsbyjs.org/">Gatsby</a>
</ul>
<h3>WebGL</h3>
<p>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.</p>
<p>You can use WebGL frameworks for making 3D models and worlds in your browser!</p>
<ul>
<li>
<a href="https://aframe.io/">A-Frame</a> - A web framework for building virtual reality experiences.
</li>
<li>
<a href="https://threejs.org/">Three.js</a> - An easy to use, lightweight, 3D library with a default WebGL renderer.</a>
</li>
</ul>
</div> <!-- end .content -->