Skip to content
  • Content »
  • Kernfusion »

Fuses, Macros & Compositions

Not much in here yet. Meant to collect and cleanup code experiments - for example from the WSL Forum (if permission by the respective author is granted). As a kind of incubator / pre-release area for Reactor for code not yet mature enough for publication; or for Fuses just intended as code examples to learn from, or to provide code fragments to be utilized in your own solutions. But a 'centralized' repository most probably makes very little sense in this regard - however, having some examples may help to shape some schema to link between different such repositories?!?

Overview

Fuses

Comps

Macros

Setup

Link Fuses into Fusion

on macOS

Set PROJECTS to whatever folder you want to clone the project into:

PROJECTS="/Users/$(whoami)/Projects/"
FUSION="/Users/$(whoami)/Library/Application Support/Blackmagic Design/Fusion"

cd $PROJECTS
git clone "https://github.com/$(whoami)/Kernfusion"

cd "$FUSION/Fuses"
ln -s "$PROJECTS/Kernfusion/Fusion/Fuses" Kernfusion

cd "$FUSION/Macros"
ln -s "$PROJECTS/Kernfusion/Fusion/Macros" Kernfusion

on Windows

No idea. Did that once for the Shadertoys setup script, but I don't have a Windows PC and soft links seem to me pretty weird on Windows.

on Linux

Should be pretty much the same as on macOS ... kind of ... despite the paths ... but if you are on Linux I guess you know what you are doing.

in Fusion

Not a must, but if you want to avoid the need to manually fix paths in comps and such, then you may want to set a 'Kernfusion:' path map to the folder you checked out the repository to.

in Resolve

I don't know; just use Fusion.