2
0

Libraries-and-Plugins.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <!DOCTYPE html>
  2. <html lang="ja">
  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のライブラリやプラグインをここでリストアップしています。 このリストと関連したパッケージはコミュニティによってメンテナンスされており、最新である保証はありません。 もしこのリストを更新したい場合はPullRequestを送ってください!
  13. </p>
  14. <h3>Physics(物理)</h3>
  15. <ul>
  16. <li>[link:https://github.com/lo-th/Oimo.js/ Oimo.js]</li>
  17. <li>[link:https://enable3d.io/ enable3d]</li>
  18. <li>[link:https://github.com/kripken/ammo.js/ ammo.js]</li>
  19. <li>[link:https://github.com/pmndrs/cannon-es cannon-es]</li>
  20. <li>[link:https://rapier.rs/ rapier]</li>
  21. <li>[link:https://github.com/jrouwe/JoltPhysics.js Jolt]</li>
  22. </ul>
  23. <h3>Postprocessing(後処理)</h3>
  24. <p>
  25. [link:https://github.com/mrdoob/three.js/tree/dev/examples/jsm/postprocessing official three.js postprocessing effects]に加えて、外部のライブラリを通して、追加のエフェクトやフレームワークのサポートが利用可能です。
  26. </p>
  27. <ul>
  28. <li>[link:https://github.com/vanruesc/postprocessing postprocessing]</li>
  29. </ul>
  30. <h3>Intersection and Raycast Performance</h3>
  31. <ul>
  32. <li>[link:https://github.com/gkjohnson/three-mesh-bvh three-mesh-bvh]</li>
  33. </ul>
  34. <h3>File Formats(ファイル形式)</h3>
  35. <p>
  36. [link:https://github.com/mrdoob/three.js/tree/dev/examples/jsm/loaders official three.js loaders]に加えて、外部のライブラリを通して、追加のフォーマットのサポートが利用できます。
  37. </p>
  38. <ul>
  39. <li>[link:https://github.com/gkjohnson/urdf-loaders/tree/master/javascript urdf-loader]</li>
  40. <li>[link:https://github.com/NASA-AMMOS/3DTilesRendererJS 3d-tiles-renderer-js]</li>
  41. <li>[link:https://github.com/kaisalmen/WWOBJLoader WebWorker OBJLoader]</li>
  42. <li>[link:https://github.com/IFCjs/web-ifc-three IFC.js]</li>
  43. </ul>
  44. <h3>Geometry</h3>
  45. <ul>
  46. <li>[link:https://github.com/spite/THREE.MeshLine THREE.MeshLine]</li>
  47. </ul>
  48. <h3>3D Text and Layout</h3>
  49. <ul>
  50. <li>[link:https://github.com/protectwise/troika/tree/master/packages/troika-three-text troika-three-text]</li>
  51. <li>[link:https://github.com/felixmariotto/three-mesh-ui three-mesh-ui]</li>
  52. </ul>
  53. <h3>Particle Systems</h3>
  54. <ul>
  55. <li>[link:https://github.com/Alchemist0823/three.quarks three.quarks]</li>
  56. <li>[link:https://github.com/creativelifeform/three-nebula three-nebula]</li>
  57. </ul>
  58. <h3>Inverse Kinematics</h3>
  59. <ul>
  60. <li>[link:https://github.com/jsantell/THREE.IK THREE.IK]</li>
  61. <li>[link:https://github.com/lo-th/fullik fullik]</li>
  62. </ul>
  63. <h3>Game AI</h3>
  64. <ul>
  65. <li>[link:https://mugen87.github.io/yuka/ yuka]</li>
  66. <li>[link:https://github.com/donmccurdy/three-pathfinding three-pathfinding]</li>
  67. <li>[link:https://github.com/isaac-mason/recast-navigation-js recast-navigation-js]</li>
  68. </ul>
  69. <h3>Wrappers and Frameworks</h3>
  70. <ul>
  71. <li>[link:https://aframe.io/ A-Frame]</li>
  72. <li>[link:https://lume.io/ Lume] - HTML elements for 3D graphics built on Three.</li>
  73. <li>[link:https://github.com/pmndrs/react-three-fiber react-three-fiber] - React components for 3D graphics built on Three.</li>
  74. <li>[link:https://threepipe.org/ threepipe] - A versatile 3D viewer framework using three.js for rendering.</li>
  75. <li>[link:https://github.com/ecsyjs/ecsy-three ECSY]</li>
  76. <li>[link:https://threlte.xyz/ Threlte] - Svelte components for 3D graphics built on Three.</li>
  77. <li>[link:https://needle.tools/ Needle Engine]</li>
  78. <li>[link:https://tresjs.org/ tresjs] - Vue components for 3D graphics built on Three.</li>
  79. </ul>
  80. </body>
  81. </html>