useful-links.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <!DOCTYPE html><html lang="zh"><head>
  2. <meta charset="utf-8">
  3. <title>相关资源</title>
  4. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  5. <meta name="twitter:card" content="summary_large_image">
  6. <meta name="twitter:site" content="@threejs">
  7. <meta name="twitter:title" content="Three.js – 相关资源">
  8. <meta property="og:image" content="https://threejs.org/files/share.png">
  9. <link rel="shortcut icon" href="../../files/favicon_white.ico" media="(prefers-color-scheme: dark)">
  10. <link rel="shortcut icon" href="../../files/favicon.ico" media="(prefers-color-scheme: light)">
  11. <link rel="stylesheet" href="../resources/lesson.css">
  12. <link rel="stylesheet" href="../resources/lang.css">
  13. <script type="importmap">
  14. {
  15. "imports": {
  16. "three": "../../build/three.module.js"
  17. }
  18. }
  19. </script>
  20. </head>
  21. <body>
  22. <div class="container">
  23. <div class="lesson-title">
  24. <h1>相关资源</h1>
  25. </div>
  26. <div class="lesson">
  27. <div class="lesson-main">
  28. <p class="desc">
  29. 以下是一些在学习 three.js 时可能对你有用的链接合集。<br />
  30. 如果你想在此添加内容,或者认为以下某个链接已经过时或失效,请点击右下角的"编辑"按钮进行修改!<br /><br />
  31. 另外请注意,由于 three.js 处于快速开发中,其中许多链接可能包含过时的信息——如果某些内容未按预期工作,或与这些链接中描述的不一致,请检查浏览器控制台中的警告或错误,同时查阅相关文档页面。
  32. </p>
  33. <h2>帮助论坛</h2>
  34. <p>
  35. Three.js 官方使用[link:https://discourse.threejs.org/ 论坛]和 [link:http://stackoverflow.com/tags/three.js/info Stack Overflow] 来处理帮助请求。如果你需要帮助,请前往这些平台。请不要在 GitHub 上提交 issue 来寻求帮助。
  36. </p>
  37. <h2>教程与课程</h2>
  38. <h3>three.js 入门</h3>
  39. <ul>
  40. <li>
  41. [link:https://threejs.org/manual/#en/fundamentals Three.js 基础入门课程]
  42. </li>
  43. <li>
  44. [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]。
  45. </li>
  46. <li>
  47. [link:https://www.august.com.au/blog/animating-scenes-with-webgl-three-js/ Animating scenes with WebGL and three.js]
  48. </li>
  49. </ul>
  50. <h3>更深入/进阶的文章与课程</h3>
  51. <ul>
  52. <li>
  53. [link:https://threejs-journey.com/ Three Journey] 课程,作者 [link:https://bruno-simon.com/ Bruno Simon] - 手把手教初学者使用 Three.js
  54. </li>
  55. <li>
  56. [link:https://discoverthreejs.com/ Discover three.js]
  57. </li>
  58. <li>
  59. [link:http://blog.cjgammon.com/ 系列教程],作者 [link:http://www.cjgammon.com/ CJ Gammon]。
  60. </li>
  61. <li>
  62. [link:https://medium.com/soffritti.pierfrancesco/glossy-spheres-in-three-js-bfd2785d4857 Glossy spheres in three.js]。
  63. </li>
  64. <li>
  65. [link:https://www.udacity.com/course/interactive-3d-graphics--cs291 Interactive 3D Graphics] - Udacity 上的免费课程,讲授 3D 图形学基础,使用 three.js 作为编程工具。
  66. </li>
  67. <li>
  68. [Link:https://aerotwist.com/tutorials/ Aerotwist] 教程,作者 [link:https://github.com/paullewis/ Paul Lewis]。
  69. </li>
  70. <li>
  71. [link:https://discourse.threejs.org/t/three-js-bookshelf/2468 Three.js 书架] - 想找更多关于 three.js 或计算机图形学的资源?来看看社区推荐的书单吧。
  72. </li>
  73. </ul>
  74. <h2>新闻与动态</h2>
  75. <ul>
  76. <li>
  77. [link:https://twitter.com/hashtag/threejs Three.js on Twitter]
  78. </li>
  79. <li>
  80. [link:http://www.reddit.com/r/threejs/ Three.js on reddit]
  81. </li>
  82. <li>
  83. [link:http://www.reddit.com/r/webgl/ WebGL on reddit]
  84. </li>
  85. </ul>
  86. <h2>示例</h2>
  87. <ul>
  88. <li>
  89. [link:https://github.com/edwinwebb/three-seed/ three-seed] - 使用 ES6 和 Webpack 的 three.js 起步项目
  90. </li>
  91. <li>
  92. [link:http://stemkoski.github.io/Three.js/index.html Professor Stemkoski 的示例] - 使用 three.js r60 构建的适合初学者的示例合集。
  93. </li>
  94. <li>
  95. [link:https://threejs.org/examples/ three.js 官方示例] - 这些示例作为 three.js 仓库的一部分维护,始终使用最新版本的 three.js。
  96. </li>
  97. <li>
  98. [link:https://raw.githack.com/mrdoob/three.js/dev/examples/ three.js 官方开发分支示例] - 与上面相同,但使用的是 three.js 的开发分支,用于在开发过程中检查一切是否正常工作。
  99. </li>
  100. </ul>
  101. <h2>工具</h2>
  102. <ul>
  103. <li>
  104. [link:https://github.com/tbensky/physgl physgl.org] - 基于 three.js 封装的 JavaScript 前端,为学习物理和数学的学生提供 WebGL 图形支持。
  105. </li>
  106. <li>
  107. [link:https://whsjs.readme.io/ Whitestorm.js] – 模块化的 three.js 框架,带有 AmmoNext 物理插件。
  108. </li>
  109. <li>
  110. [link:http://zz85.github.io/zz85-bookmarklets/threelabs.html Three.js Inspector]
  111. </li>
  112. <li>
  113. [link:http://idflood.github.io/ThreeNodes.js/ ThreeNodes.js]。
  114. </li>
  115. <li>
  116. [link:https://marketplace.visualstudio.com/items?itemName=slevesque.shader vscode shader] - 着色器语言语法高亮。
  117. <br />
  118. [link:https://marketplace.visualstudio.com/items?itemName=bierner.comment-tagged-templates vscode comment-tagged-templates] - 使用注释为标签模板字符串提供着色器语言语法高亮,如 glsl.js。
  119. </li>
  120. <li>
  121. [link:https://github.com/MozillaReality/WebXR-emulator-extension WebXR-emulator-extension]
  122. </li>
  123. </ul>
  124. <h2>WebGL 参考</h2>
  125. <ul>
  126. <li>
  127. [link:https://www.khronos.org/files/webgl/webgl-reference-card-1_0.pdf webgl-reference-card.pdf] - 包含所有 WebGL 和 GLSL 关键字、术语、语法和定义的参考卡片。
  128. </li>
  129. </ul>
  130. <h2>旧链接</h2>
  131. <p>
  132. 这些链接出于历史原因保留——你可能仍然会觉得它们有用,但请注意其中的信息可能涉及非常旧的 three.js 版本。
  133. </p>
  134. <ul>
  135. <li>
  136. [link:https://www.youtube.com/watch?v=Dir4KO9RdhM AlterQualia at WebGL Camp 3]
  137. </li>
  138. <li>
  139. [link:http://yomotsu.github.io/threejs-examples/ Yomotsu 的示例] - 使用 three.js r45 的示例合集。
  140. </li>
  141. <li>
  142. [link:http://fhtr.org/BasicsOfThreeJS/#1 Introduction to Three.js],作者 [link:http://github.com/kig/ Ilmari Heikkinen](幻灯片)。
  143. </li>
  144. <li>
  145. [link:http://www.slideshare.net/yomotsu/webgl-and-threejs WebGL and Three.js],作者 [link:http://github.com/yomotsu Akihiro Oyamada](幻灯片)。
  146. </li>
  147. <li>
  148. [link:https://www.youtube.com/watch?v=VdQnOaolrPA Trigger Rally],作者 [link:https://github.com/jareiko jareiko](视频)。
  149. </li>
  150. <li>
  151. [link:http://blackjk3.github.io/threefab/ ThreeFab] - 场景编辑器,维护至 three.js r50 左右。
  152. </li>
  153. <li>
  154. [link:http://bkcore.com/blog/3d/webgl-three-js-workflow-tips.html Max to Three.js workflow tips and tricks],作者 [link:https://github.com/BKcore BKcore]
  155. </li>
  156. <li>
  157. [link:http://12devsofxmas.co.uk/2012/01/webgl-and-three-js/ A whirlwind look at Three.js],作者 [link:http://github.com/nrocy Paul King]
  158. </li>
  159. <li>
  160. [link:http://bkcore.com/blog/3d/webgl-three-js-animated-selective-glow.html Animated selective glow in Three.js],作者 [link:https://github.com/BKcore BKcore]
  161. </li>
  162. <li>
  163. [link:http://www.natural-science.or.jp/article/20120220155529.php Building A Physics Simulation Environment] - 日语 three.js 教程
  164. </li>
  165. </ul>
  166. </div>
  167. </div>
  168. </div>
  169. <script src="../resources/prettify.js"></script>
  170. <script src="../resources/lesson.js"></script>
  171. </body></html>
粤ICP备19079148号