libvarun / forge-extensions

Autodesk Forge Viewer Extensions with loose coupling, so that it's easy to plug and play in other projects.
https://forge-extensions.autodesk.io/
4 stars 4 forks source link

Document the integration of an extension to 3rd party app #19

Open petrbroz opened 4 years ago

petrbroz commented 4 years ago

It would be good to document the process of integrating an extension into a 3rd party application, for example, things like:

We already had one user run into issues because they copy/pasted the extension files to their project but forgot to configure it based on the config.json file.

libvarun commented 4 years ago

it's explained in https://github.com/libvarun/forge-extensions#understanding-extensionloader-and-using-it-in-forge-app

i guess we should have new section with heading 'Using an extension in your forge app without extension loader'. i did try writing, but step 3 in above section becomes repetitive, we need rearranging. Will think about it and edit.