IRBCAM plugins
Developer reference for IRBCAM plugins
|
Once you've created your plugin, the next step is packaging and distributing it to other IRBCAM users. This document explains the process of packaging your plugin for easy distribution and sharing.
IRBCAM loads plugins as an individual file. If your plugin is a single QML file, IRBCAM can load it directly. If your plugin consists of multiple files (such as external JS-files), you will need to add the files to a ZIP archive.
Your archive should include:
Local distribution is suitable for testing and sharing plugins within a controlled environment. To distribute your plugin locally, you can follow these steps:
For wider distribution, consider hosting your plugin online. This approach allows other users to easily access and install your plugin. We recommend the following steps:
Packaging and distributing your QML plugins for IRBCAM can bring your custom functionalities to a broader user base. Whether you choose local or web distribution, clear documentation and effective sharing strategies can make your plugin easily accessible to others. By following the recommended file structure and guidelines, you can ensure that your plugins are ready for seamless integration and use in IRBCAM.
Happy coding and sharing your IRBCAM plugins!