Libraries-and-Plugins.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. Listed here are externally developed compatible libraries and plugins for three.js. This
  13. list and the associated packages are maintained by the community and not guaranteed
  14. to be up to date. If you'd like to update this list make PR!
  15. </p>
  16. <h3>Physics</h3>
  17. <ul>
  18. <li>[link:https://github.com/lo-th/Oimo.js/ Oimo.js]</li>
  19. <li>[link:https://enable3d.io/ enable3d]</li>
  20. <li>[link:https://github.com/kripken/ammo.js/ ammo.js]</li>
  21. <li>[link:https://github.com/pmndrs/cannon-es cannon-es]</li>
  22. </ul>
  23. <h3>Postprocessing</h3>
  24. <ul>
  25. <li>[link:https://github.com/vanruesc/postprocessing postprocessing]</li>
  26. </ul>
  27. <h3>Intersection and Raycasting Performance</h3>
  28. <ul>
  29. <li>[link:https://github.com/gkjohnson/three-mesh-bvh three-mesh-bvh]</li>
  30. </ul>
  31. <h3>File Formats</h3>
  32. <ul>
  33. <li>[link:https://github.com/gkjohnson/urdf-loaders/tree/master/javascript urdf-loader]</li>
  34. <li>[link:https://github.com/NASA-AMMOS/3DTilesRendererJS 3d-tiles-renderer-js]</li>
  35. </ul>
  36. <h3>3D Text and Layout</h3>
  37. <ul>
  38. <li>[link:https://github.com/protectwise/troika/tree/master/packages/troika-three-text troika-three-text]</li>
  39. <li>[link:https://github.com/felixmariotto/three-mesh-ui three-mesh-ui]</li>
  40. </ul>
  41. <h3>Particle Systems</h3>
  42. <ul>
  43. <li>[link:https://github.com/creativelifeform/three-nebula three-nebula]</li>
  44. </ul>
  45. <h3>Game AI</h3>
  46. <ul>
  47. <li>[link:https://mugen87.github.io/yuka/ yuka]</li>
  48. <li>[link:https://github.com/donmccurdy/three-pathfinding three-pathfinding]</li>
  49. </ul>
  50. <h3>Wrappers and Frameworks</h3>
  51. <ul>
  52. <li>[link:https://aframe.io/ A-Frame]</li>
  53. <li>[link:https://github.com/pmndrs/react-three-fiber react-three-fiber]</li>
  54. </ul>
  55. </body>
  56. </html>