mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
coupla quick links for webgl
This commit is contained in:
parent
ef1f448a40
commit
d681687a38
1 changed files with 13 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue