This is the official repository of the MoBro Plugin SDK.
The SDK is used to develop plugins for MoBro - an application for universal data visualization.
Caution: The SDK is still in development and subject to potential breaking changes.
Detailed developer documentation on how to use the SDK can be found on developer.mobro.app
This repository is split into two project that result in two separate packages.
This is the main and only package that you should include if you're creating a plugin for MoBro.
This package includes the MoBro.Plugin.SDK.Core package as well as additional developer tools to run and test a plugin
locally without having to install the plugin to the actual MoBro application.
This is the 'core' part of the MoBro plugin SDK and only contains the necessary interfaces and types that are required
for a plugin to be loaded.
This package lacks any additional dependencies and is included in and used by MoBro to load the plugins.
Feel free to visit us on our Discord or Forum for any questions or in case you run into any issues.