2,552
edits
Changes
no edit summary
MatterControl uses allows the use of plugins to add features and functionality. Below is some documentation about creating your own plugins for MatterControl.
Each plugin inherits from MatterControlPlugin the [https://github.com/MatterHackers/MatterControlPlugins MatterControlPlugins GitHub repository] and implements the two functions from the interface:
<code>public override void Initialize(GuiWidget application)</code>