From 76f12cd5f09e11795166d8a41a731e0b415993e7 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 5 Jan 2021 22:14:26 -0800 Subject: [PATCH 1/3] Add plugins and libraries page --- docs/list.json | 3 +- .../introduction/Libraries-and-Plugins.html | 74 +++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 docs/manual/en/introduction/Libraries-and-Plugins.html diff --git a/docs/list.json b/docs/list.json index 7d2b556a65ad56..76c1fdcb8cc6f4 100644 --- a/docs/list.json +++ b/docs/list.json @@ -15,7 +15,8 @@ "Creating text": "manual/en/introduction/Creating-text", "Loading 3D models": "manual/en/introduction/Loading-3D-models", "FAQ": "manual/en/introduction/FAQ", - "Useful links": "manual/en/introduction/Useful-links" + "Useful links": "manual/en/introduction/Useful-links", + "Libraries and Plugins": "manual/en/introduction/Libraries-and-Plugins" }, "Next Steps": { diff --git a/docs/manual/en/introduction/Libraries-and-Plugins.html b/docs/manual/en/introduction/Libraries-and-Plugins.html new file mode 100644 index 00000000000000..753021b7c211f3 --- /dev/null +++ b/docs/manual/en/introduction/Libraries-and-Plugins.html @@ -0,0 +1,74 @@ + + + + + + + + + +

[name]

+ +

+ Listed here are externally developed compatible libraries and plugins for three.js. This + list and the associated packages are maintained by the community and not guaranteed + to be up to date. If you'd like to update this list make PR! +

+ +

Physics

+ + + +

Postprocessing

+ + + +

Intersection and Raycasting Performance

+ + + +

File Formats

+ + + +

3D Text and Layout

+ + + +

Particle Systems

+ + + +

Game AI

+ + + +

Wrappers and Frameworks

+ + + + + From 749317ff845464b0561b35f48926fa58b213d13f Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Wed, 6 Jan 2021 09:11:52 -0800 Subject: [PATCH 2/3] add ECSY, official examples comments --- .../manual/en/introduction/Libraries-and-Plugins.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manual/en/introduction/Libraries-and-Plugins.html b/docs/manual/en/introduction/Libraries-and-Plugins.html index 753021b7c211f3..b8a436559ef225 100644 --- a/docs/manual/en/introduction/Libraries-and-Plugins.html +++ b/docs/manual/en/introduction/Libraries-and-Plugins.html @@ -26,6 +26,11 @@

Physics

Postprocessing

+

+ In addition to the [link:https://github.com/mrdoob/three.js/tree/dev/examples/jsm/postprocessing official three.js postprocessing effects], + support for some additional effects and frameworks are available through external libraries. +

+ @@ -38,6 +43,11 @@

Intersection and Raycasting Performance

File Formats

+

+ In addition to the [link:https://github.com/mrdoob/three.js/tree/dev/examples/jsm/loaders official three.js loaders], + support for some additional formats is available through external libraries. +

+