Roadmap for addons
See original GitHub issueIs your feature request related to a problem? Please describe.
We should make using addons less confusing for the users.
Describe the solution you’d like
I suggest the following roadmap:
- Make alias
three/addons/
, pointing tothree/examples/jsm/
(https://github.com/mrdoob/three.js/pull/23406), - Change the documentation to use word “addons” instead of “examples” and tell only about the alias (https://github.com/mrdoob/three.js/pull/24579),
- Update manual (https://github.com/mrdoob/three.js/pull/24888),
- Possibly update documentation paths,
- Move the fonts from
examples/fonts
, on which addons are dependant (if there are such? Not sure whether it is still the case) toexamples/jsm
.
After import maps would be supported by Safari and Firefox In the end of the year:
- Finally drop support for
examples/js
(https://github.com/mrdoob/three.js/pull/25043), - Move
examples/jsm/
folder to the root of the repo and rename it toaddons
, making it less confusing for users reading the source code of the addons.
Issue Analytics
- State:
- Created a year ago
- Reactions:8
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Public Roadmaps for Elementor Addons
Exclusive Addons is essential and indispensable for anyone who uses Elementor and wants to take his website to the next level.
Read more >Roadmap for Microsoft Edge Add-ons
The latest updates about new Partner Center features for Microsoft Edge extensions.
Read more >Where can I see the Roadmap? - Essential Addons
Where can I see the Roadmap? ... We have a Public Trello Board which you can easily view to keep track of the...
Read more >Roadmap | The Plus Addons for Elementor
Roadmap. Order: Trending. Boards: All ... 2FA Support for Elementor Login Forms - The Plus Addons Login Form Widget Feature Request.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oops thanks, yeah. They aren’t CJS but are “UMD-like” enough that the usage can be:
Though I’d vote for https://github.com/mrdoob/three.js/issues/24593#issuecomment-1238550059. 😃
I think this issue can be closed now since the remaining open points don’t need to be changed, imo. Fonts can be kept in
examples/fonts
, updating the documentation does not work without breaking URLs and it’s also not realistic to moveexamples/jsm
toaddons/
. This would break a lot of paths and URLs so this is not something we can do.