diff options
Diffstat (limited to 'files/pt-br/glossario/three_js/index.html')
-rw-r--r-- | files/pt-br/glossario/three_js/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/pt-br/glossario/three_js/index.html b/files/pt-br/glossario/three_js/index.html new file mode 100644 index 0000000000..8d3415b661 --- /dev/null +++ b/files/pt-br/glossario/three_js/index.html @@ -0,0 +1,21 @@ +--- +title: Three js +slug: Glossario/Three_js +tags: + - CodingScripting + - JavaScript + - Linguagem de Programação + - Navegador + - three.js +translation_of: Glossary/Three_js +--- +<p>three.js é um motor {{Glossary("WebGL")}} baseado em {{Glossary("JavaScript")}} que pode executar jogos movidos com GPU ou outros aplicativos gráficos diretamente do {{Glossary("navegador")}}. A biblioteca three.js fornece várias funções e {{Glossary("API","APIs")}} para desenhar cenas 3D em seu navegador.</p> + +<h2 id="Saiba_mais">Saiba mais</h2> + +<h3 id="Conhecimento_Geral">Conhecimento Geral</h3> + +<ul> + <li>{{interwiki("wikipedia", "Three.js")}} na Wikipédia</li> + <li><a href="http://threejs.org/">Site oficial do three.js</a></li> +</ul> |