HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/resolve/Developer/Fusion Fuse/Fuse Read Me.txt
Fuse Development Kit.


* Fuses are like plugin addon tools that run in Resolve, Resolve Studio and Fusion on all OSes.
* Active community with many free Fuse plugins, 50+ already available
* Resolve and Fusion have a built in Compiler that will real time compile and execute Fuse code to process images.
* No Compilers or Development Environments needed, just a text editor.
* No restarting of Resolve or Fusion. One click will recompile and run the code.
* Development is done via the Fusion page, use Templates method to publish in Resolve.
* Fuses have a lightweight SDK-like feature set, using the feature rich Lua language
* Fuse DK has a tool kit of built in functions to rapidly develop tool nodes.
   * UI: Library of sliders, color controls, text, buttons, on screen widgets
   * Image Processing Library: Core of the Fusion engine’s highly optimized functions set.
   * Image channels. All Auxiliary channels can be processed. Boolean and Math functions can be applied
   * Shapes Library: LInes, Bezier curves, filled shapes, colors, and styles 
   * Text: Input box, Font choice, colors, sizes and transformation toolset
   * Pixel sampling and non linear spatial operations 
   * Metadata functions
   * Viewer LUT plugins using GPU and GLSL shaders
   * DCTL GPU processing


Installation.


Copy all the Fuse plugins to one these directories. Restart Resolve or Fusion


Resolve
* macOS: ~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Support/Fusion/Fuses
* Windows:C:\ProgramData\Blackmagic Design\DaVinci Resolve\Support\Fusion\Fuses
* Linux:/.local/share/DaVinciResolve/Fusion/Fuses  
Fusion
* macOS: ~/Library/Application Support/Blackmagic Design/Fusion/Fuses
* Windows:C:\ProgramData\Blackmagic Design\Fusion\Fuses
* Linux: ~/.fusion/BlackmagicDesign/Fusion/Fuses




Examples


* Load up the Examples.comp in Fusion, or the Fuse.prj in Resolve.
* Edit the Fuse code and Reload to see immediate results in the Fusion page.
* Read the manual. 
* Tutorial Guide for Example Fuses 1 to 7
* The examples are outlined in the manual and have inline comments.
* LightWrap Merge and Blur Merge are usable tools.