Skip to content

Commit afacad8

Browse files
authored
Merge pull request #21010 from gkjohnson/plugins-and-libraries
Docs: Add plugins and libraries page
2 parents a6878b3 + 3ddf815 commit afacad8

File tree

2 files changed

+88
-1
lines changed

2 files changed

+88
-1
lines changed

docs/list.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Creating text": "manual/en/introduction/Creating-text",
1616
"Loading 3D models": "manual/en/introduction/Loading-3D-models",
1717
"FAQ": "manual/en/introduction/FAQ",
18-
"Useful links": "manual/en/introduction/Useful-links"
18+
"Useful links": "manual/en/introduction/Useful-links",
19+
"Libraries and Plugins": "manual/en/introduction/Libraries-and-Plugins"
1920
},
2021

2122
"Next Steps": {
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
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+
12+
<p class="desc">
13+
Listed here are externally developed compatible libraries and plugins for three.js. This
14+
list and the associated packages are maintained by the community and not guaranteed
15+
to be up to date. If you'd like to update this list make PR!
16+
</p>
17+
18+
<h3>Physics</h3>
19+
20+
<ul>
21+
<li>[link:https://github.com/lo-th/Oimo.js/ Oimo.js]</li>
22+
<li>[link:https://enable3d.io/ enable3d]</li>
23+
<li>[link:https://github.com/kripken/ammo.js/ ammo.js]</li>
24+
<li>[link:https://github.com/pmndrs/cannon-es cannon-es]</li>
25+
</ul>
26+
27+
<h3>Postprocessing</h3>
28+
29+
<p>
30+
In addition to the [link:https://github.com/mrdoob/three.js/tree/dev/examples/jsm/postprocessing official three.js postprocessing effects],
31+
support for some additional effects and frameworks are available through external libraries.
32+
</p>
33+
34+
<ul>
35+
<li>[link:https://github.com/vanruesc/postprocessing postprocessing]</li>
36+
</ul>
37+
38+
<h3>Intersection and Raycasting Performance</h3>
39+
40+
<ul>
41+
<li>[link:https://github.com/gkjohnson/three-mesh-bvh three-mesh-bvh]</li>
42+
</ul>
43+
44+
<h3>File Formats</h3>
45+
46+
<p>
47+
In addition to the [link:https://github.com/mrdoob/three.js/tree/dev/examples/jsm/loaders official three.js loaders],
48+
support for some additional formats is available through external libraries.
49+
</p>
50+
51+
<ul>
52+
<li>[link:https://github.com/gkjohnson/urdf-loaders/tree/master/javascript urdf-loader]</li>
53+
<li>[link:https://github.com/NASA-AMMOS/3DTilesRendererJS 3d-tiles-renderer-js]</li>
54+
<li>[link:https://github.com/kaisalmen/WWOBJLoader WebWorker OBJLoader]</li>
55+
</ul>
56+
57+
<h3>3D Text and Layout</h3>
58+
59+
<ul>
60+
<li>[link:https://github.com/protectwise/troika/tree/master/packages/troika-three-text troika-three-text]</li>
61+
<li>[link:https://github.com/felixmariotto/three-mesh-ui three-mesh-ui]</li>
62+
</ul>
63+
64+
<h3>Particle Systems</h3>
65+
66+
<ul>
67+
<li>[link:https://github.com/creativelifeform/three-nebula three-nebula]</li>
68+
</ul>
69+
70+
<h3>Game AI</h3>
71+
72+
<ul>
73+
<li>[link:https://mugen87.github.io/yuka/ yuka]</li>
74+
<li>[link:https://github.com/donmccurdy/three-pathfinding three-pathfinding]</li>
75+
</ul>
76+
77+
<h3>Wrappers and Frameworks</h3>
78+
79+
<ul>
80+
<li>[link:https://aframe.io/ A-Frame]</li>
81+
<li>[link:https://github.com/pmndrs/react-three-fiber react-three-fiber]</li>
82+
<li>[link:https://github.com/ecsyjs/ecsy-three ECSY]</li>
83+
</ul>
84+
85+
</body>
86+
</html>

0 commit comments

Comments
 (0)