|
@@ -0,0 +1,40 @@
|
|
|
+# Recursos increíbles
|
|
|
+
|
|
|
+Una lista de proyectos interesantes de la comunidad Threejs y TresJS. Los recursos listados están principalmente en inglés. Puedes encontrar recursos localizados si hay alguno que conozcamos al final de la página.
|
|
|
+
|
|
|
+## Plugins de la comunidad
|
|
|
+
|
|
|
+- [Gltf-Type-Toolkit](https://github.com/toddeTV/gltf-type-toolkit) (Genera representaciones de archivos glTF de tipo seguro en TypeScript) por [toddeTV](https://github.com/toddeTV)
|
|
|
+- [three-scatter](https://github.com/JaimeTorrealba/three-scatter) (ayuda a dispersar mallas con Threejs) por [JaimeTorrealba](https://github.com/JaimeTorrealba)
|
|
|
+
|
|
|
+¿Tienes un plugin comunitario que ayuda a resolver un problema?
|
|
|
+
|
|
|
+Por favor, abre un pull request y danos más detalles sobre lo que resuelve tu plugin, para que podamos revisarlo y añadirlo a la lista.
|
|
|
+
|
|
|
+## Charlas recientes sobre TresJS
|
|
|
+
|
|
|
+- [Bring the Magic of 3D to Your Vue Applications With TresJS by Alvaro Saburido](https://www.youtube.com/watch?v=k_BEfbY9wrw)
|
|
|
+- [Nación Vue.js 2025: Alvaro Saburido - TresJS Effects for Jaw-Dropping Visuals](https://www.youtube.com/watch?v=MVwN7DAzMFo)
|
|
|
+- [Nuxt Nation 2024: Thorsten Seyschab - Playing with Nuxt in 3D](https://www.youtube.com/watch?v=o5zTGtHb5-o)
|
|
|
+
|
|
|
+## Artículos recientes sobre TresJS
|
|
|
+
|
|
|
+- [Multi-Cámaras con TresJS](https://medium.com/stackademic/multi-cameras-with-tresjs-26a54d06878e)
|
|
|
+- [Cómo crear un tubo infinito con TresJS](https://medium.com/stackademic/how-to-create-an-infinite-tube-with-tresjs-e9ff4fc76e86)
|
|
|
+- [3D Pixel Art en la Web](https://medium.com/@Jaimebboyjt/3d-pixel-art-on-the-web-f70fbf68fb4f)
|
|
|
+
|
|
|
+## Juegos creados con TresJS
|
|
|
+
|
|
|
+- [Dungeons & Dragons-like 3D game, built entirely with Nuxt, TresJS, and ThreeJS](https://nuxt-3d-dnd-game.fly.dev/)
|
|
|
+- [zlig es un juego de navegador japonés de inspiración zen](https://zlig.net/game)
|
|
|
+
|
|
|
+## Cursos
|
|
|
+
|
|
|
+- Curso Egghead por Alvaro [Crea experiencias 3D interactivas con TresJS](https://egghead.io/courses/create-interactive-3d-experiences-with-tresjs-004057c2)
|
|
|
+- Conviértete en desarrollador Three.js [ThreeJS Journey por Bruno Simon](https://threejs-journey.com/?c=p3)
|
|
|
+
|
|
|
+## Recursos en español
|
|
|
+
|
|
|
+- Curso Udemy por Jaime Torrealba [Tresjs, interfaces 3D con VueJs](https://www.udemy.com/course/tresjs-interfaces-3d-con-vuejs/)
|
|
|
+
|
|
|
+Puede encontrar recursos localizados, si existen, en las traducciones a otros idiomas de los documentos.
|