aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/three_js/index.html
blob: 5fffb5b91e47d76212a85dafa8acb83acb1b433d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>