TheFuseLab / VL.Fuse

A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.
https://www.thefuselab.io
MIT License
255 stars 19 forks source link

Dynamic Delegate and Invoke #120

Closed kopffarben closed 3 days ago

kopffarben commented 4 days ago

Add Dynamic Delegate and Invoke

Just to understand, we have a fuse version that contains the libs. this is just so that every V4 developer in our team can use this version immediately and not have to compile it first.

kopffarben commented 4 days ago

Screenshot 2024-07-01 182902

kopffarben commented 3 days ago

During testing, I noticed that if I connect the bias of the noise node to a delegate input, the noise no longer works as a delegate.

Just as a side note