< Previous | Contents | Next >

About Fuse Plugins

Fuses are like plugins that are hosted by Resolve-Fusion engine and Fusion Studio can be developed easily in a Text editor without the need of compilers and development environments.

Builtin UI toolbox, with many different controllers, onscreen widgets are available to use.

Development is rapid as Fuses can be developed and reloaded on the fly without restarting Resolve and Fusion. Test, Edit, and Reload the updated source code will compile on the fly and run.

There is also a builtin core of image processing functions like Blur, Merge, Color operations and Image operation that utilize optimized core processing and GPU processes.

Fuses can be multithreaded and GPU processing like DCTL can be used.

Fuse source code uses Lua, which is a C like programming language, and their source code can easily be converted into C++ source for the Fusion SDK.

The JustInTime ( JIT) flavor of Lua that is utilized in Fusion which compiles on the fly for performance.


image


 

InstallationResolveFusion