diff options
Diffstat (limited to 'files/es/glossary/three_js/index.html')
-rw-r--r-- | files/es/glossary/three_js/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/es/glossary/three_js/index.html b/files/es/glossary/three_js/index.html new file mode 100644 index 0000000000..5fffb5b91e --- /dev/null +++ b/files/es/glossary/three_js/index.html @@ -0,0 +1,21 @@ +--- +title: Three js +slug: Glossary/Three_js +tags: + - JavaScript + - Lenguaje de programación + - Scripting de Código + - buscador + - three.js +translation_of: Glossary/Three_js +--- +<p>three.js es un motor {{Glossary("WebGL")}} basado en {{Glossary("JavaScript")}} que puede ejecutar juegos con GPU y otras aplicaciones con gráficos directamente desde el {{Glossary("browser")}} </p> + +<p><font>La biblioteca three.js proporciona muchas funciones y </font>{{Glossary("API","APIs")}}<font> para dibujar escenas 3D en su navegador. </font></p> + +<h3 id="Conocimientos_Generales">Conocimientos Generales</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Three.js")}} en Wikipedia</li> + <li><a href="http://threejs.org/">sitio oficial de three.js</a></li> +</ul> |