2
0

Useful-links.html 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <!DOCTYPE html>
  2. <html lang="ko">
  3. <head>
  4. <meta charset="utf-8">
  5. <base href="../../../" />
  6. <script src="page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="page.css" />
  8. </head>
  9. <body>
  10. <h1>참고 링크([name])</h1>
  11. <p class="desc">
  12. 다음 링크들은 three.js를 배울때 유용한 링크들 모음입니다.<br />
  13. 여기에 추가하고 싶은 링크가 있거나 더 이상 작동하지 않거나 관련되지 않은 링크가 있다면
  14. 아래 '수정' 버튼을 클릭해 변경해주세요!<br /><br />
  15. three.js는 자주 업데이트 되고 있기 때문에, 많은 링크들이 지난 버전의 내용을 담고 있을 수도 있습니다.
  16. - 만약 링크에서 나온 내용이 제대로 동작하지 않는다면 브라우저 콘솔의 경고나 에러를 확인해 보세요. 관련 문서 페에지도 확인해 보세요.
  17. </p>
  18. <h2>도움이 되는 포럼</h2>
  19. <p>
  20. Three.js는 공식적으로 [link:https://discourse.threejs.org/ forum]과 [link:http://stackoverflow.com/tags/three.js/info Stack Overflow]에서 지원 요청을 받고 있습니다.
  21. 도움이 필요하다면, 저기로 가면 됩니다. 깃허브에서 도움 요청 이슈를 생성하지 마세요.
  22. </p>
  23. <h2>예제 및 수업</h2>
  24. <h3>three.js 입문</h3>
  25. <ul>
  26. <li>
  27. [link:https://threejs.org/manual/#en/fundamentals Three.js Fundamentals starting lesson]
  28. </li>
  29. <li>
  30. [link:https://codepen.io/rachsmith/post/beginning-with-3d-webgl-pt-1-the-scene Beginning with 3D WebGL] - [link:https://codepen.io/rachsmith/ Rachel Smith].
  31. </li>
  32. <li>
  33. [link:https://www.august.com.au/blog/animating-scenes-with-webgl-three-js/ Animating scenes with WebGL and three.js]
  34. </li>
  35. </ul>
  36. <h3>심화 확장 기사 및 강의</h3>
  37. <ul>
  38. <li>
  39. [link:https://discoverthreejs.com/ Discover three.js]
  40. </li>
  41. <li>
  42. [link:http://blog.cjgammon.com/ Collection of tutorials] by [link:http://www.cjgammon.com/ CJ Gammon].
  43. </li>
  44. <li>
  45. [link:https://medium.com/soffritti.pierfrancesco/glossy-spheres-in-three-js-bfd2785d4857 Glossy spheres in three.js].
  46. </li>
  47. <li>
  48. [link:https://www.udacity.com/course/cs291 Interactive 3D Graphics] - a free course on Udacity that teaches the fundamentals of 3D Graphics,
  49. and uses three.js as its coding tool.
  50. </li>
  51. <li>
  52. [Link:https://aerotwist.com/tutorials/ Aerotwist] tutorials by [link:https://github.com/paullewis/ Paul Lewis].
  53. </li>
  54. <li>
  55. [link:http://learningthreejs.com/ Learning Three.js] – a blog with articles dedicated to teaching three.js
  56. </li>
  57. <li>
  58. [link:https://discourse.threejs.org/t/three-js-bookshelf/2468 Three.js Bookshelf] - Looking for more resources about three.js or computer graphics in general?
  59. Check out the selection of literature recommended by the community.
  60. </li>
  61. </ul>
  62. <h2>뉴스 및 업데이트</h2>
  63. <ul>
  64. <li>
  65. [link:https://twitter.com/hashtag/threejs Three.js on Twitter]
  66. </li>
  67. <li>
  68. [link:http://www.reddit.com/r/threejs/ Three.js on reddit]
  69. </li>
  70. <li>
  71. [link:http://www.reddit.com/r/webgl/ WebGL on reddit]
  72. </li>
  73. </ul>
  74. <h2>예제</h2>
  75. <ul>
  76. <li>
  77. [link:https://github.com/edwinwebb/three-seed/ three-seed] - three.js starter project with ES6 and Webpack
  78. </li>
  79. <li>
  80. [link:http://stemkoski.github.io/Three.js/index.html Professor Stemkoskis Examples] - a collection of beginner friendly
  81. examples built using three.js r60.
  82. </li>
  83. <li>
  84. [link:https://threejs.org/examples/ Official three.js examples] - these examples are
  85. maintained as part of the three.js repository, and always use the latest version of three.js.
  86. </li>
  87. <li>
  88. [link:https://raw.githack.com/mrdoob/three.js/dev/examples/ Official three.js dev branch examples] -
  89. Same as the above, except these use the dev branch of three.js, and are used to check that
  90. everything is working as three.js being is developed.
  91. </li>
  92. </ul>
  93. <h2>도구</h2>
  94. <ul>
  95. <li>
  96. [link:https://github.com/tbensky/physgl physgl.org] - JavaScript front-end with wrappers to three.js, to bring WebGL
  97. graphics to students learning physics and math.
  98. </li>
  99. <li>
  100. [link:https://whsjs.readme.io/ Whitestorm.js] – Modular three.js framework with AmmoNext physics plugin.
  101. </li>
  102. <li>
  103. [link:http://zz85.github.io/zz85-bookmarklets/threelabs.html Three.js Inspector]
  104. </li>
  105. <li>
  106. [link:http://idflood.github.io/ThreeNodes.js/ ThreeNodes.js].
  107. </li>
  108. <li>
  109. [link:https://marketplace.visualstudio.com/items?itemName=bierner.comment-tagged-templates comment-tagged-templates] - VSCode extension syntax highlighting for tagged template strings, like: glsl.js.
  110. </li>
  111. <li>
  112. [link:https://github.com/MozillaReality/WebXR-emulator-extension WebXR-emulator-extension]
  113. </li>
  114. </ul>
  115. <h2>WebGL 참고</h2>
  116. <ul>
  117. <li>
  118. [link:https://www.khronos.org/files/webgl/webgl-reference-card-1_0.pdf webgl-reference-card.pdf] - Reference of all WebGL and GLSL keywords, terminology, syntax and definitions.
  119. </li>
  120. </ul>
  121. <h2>이전 링크들</h2>
  122. <p>
  123. 이 링크들은 기록 목적으로 남겨두었습니다. - 아직 도움이 되는 링크도 있겠지만, 해당 내용들은 아주 옛날 버전의 three.js를 사용하고 있다는 점을 주의하세요.
  124. </p>
  125. <ul>
  126. <li>
  127. <a href="https://www.youtube.com/watch?v=Dir4KO9RdhM" target="_blank">AlterQualia at WebGL Camp 3</a>
  128. </li>
  129. <li>
  130. [link:http://yomotsu.github.io/threejs-examples/ Yomotsus Examples] - a collection of examples using three.js r45.
  131. </li>
  132. <li>
  133. [link:http://fhtr.org/BasicsOfThreeJS/#1 Introduction to Three.js] by [link:http://github.com/kig/ Ilmari Heikkinen] (slideshow).
  134. </li>
  135. <li>
  136. [link:http://www.slideshare.net/yomotsu/webgl-and-threejs WebGL and Three.js] by [link:http://github.com/yomotsu Akihiro Oyamada] (slideshow).
  137. </li>
  138. <li>
  139. [link:http://bkcore.com/blog/general/adobe-user-group-nl-talk-video-hexgl.html Fast HTML5 game development using three.js] by [link:https://github.com/BKcore BKcore] (video).
  140. </li>
  141. <li>
  142. <a href="https://www.youtube.com/watch?v=VdQnOaolrPA" target="_blank">Trigger Rally</a> by [link:https://github.com/jareiko jareiko] (video).
  143. </li>
  144. <li>
  145. [link:http://blackjk3.github.io/threefab/ ThreeFab] - scene editor, maintained up until around three.js r50.
  146. </li>
  147. <li>
  148. [link:http://bkcore.com/blog/3d/webgl-three-js-workflow-tips.html Max to Three.js workflow tips and tricks] by [link:https://github.com/BKcore BKcore]
  149. </li>
  150. <li>
  151. [link:http://12devsofxmas.co.uk/2012/01/webgl-and-three-js/ A whirlwind look at Three.js]
  152. by [link:http://github.com/nrocy Paul King]
  153. </li>
  154. <li>
  155. [link:http://bkcore.com/blog/3d/webgl-three-js-animated-selective-glow.html Animated selective glow in Three.js]
  156. by [link:https://github.com/BKcore BKcore]
  157. </li>
  158. <li>
  159. [link:http://www.natural-science.or.jp/article/20120220155529.php Building A Physics Simulation Environment] - three.js tutorial in Japanese
  160. </li>
  161. </ul>
  162. </body>
  163. </html>