< Previous | Contents | Next >

Fuse Plugin Programing

Fuse Plugins are generally composed of 3 classes

FuRegisterClass function, to register and name your plugin, to show up in the tool list of the Fusion page and set the menu category. Brief description and link to help can also be set.

UI controls are set in the Create Function. These are all animateable and are available in the Inspector tool control area and on screen.

Process event is the heart of the plugin wear Image Processing code and algorithms are executed. There is a library of builtin image tools and functions to speed development.

 

Editing and LoadingSetting Code Dev EditorNaming ConventionsCommon namesVariablesConsole - Print and DebugOther Programing Notes