Skip to content

Node based vector library for Blackmagic Design Fusion.

License

Notifications You must be signed in to change notification settings

Spicy-Acorn/fusionvector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FusionVector

FusionVector is a node based vector library for Blackmagic Design Fusion.

Acknowledgements

  • Kristof Indeherberge
  • Cédric Duriau

Requirements

Installation

  1. Clone or download the repository.
  2. Set the absolute path of the ./fusion directory into the Fusion UserPaths: path mapping.

Contents

Fuses

  • vectoradd.fuse: Fuse to add two vectors.
  • vectordividenumber.fuse: Fuse to divide a vector by a number.
  • vectorfromarray.fuse: Fuse to create a vector from an array stored as JSON string.
  • vectorlength.fuse: Fuse to calculate the length of a vector.
  • vectormultiplynumber.fuse: Fuse to multiply a vector by a number.
  • vectorsubtract.fuse: Fuse to subtract two vectors.