Changes

Jump to: navigation, search

Development/Developing Plugins

15 bytes added, 18:03, 2 February 2016
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>

Navigation menu