aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/three_js
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/three_js
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/glossary/three_js')
-rw-r--r--files/es/glossary/three_js/index.html21
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>