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
269 stars 21 forks source link

Node renaming - refactoring #31

Closed natan-sinigaglia closed 3 years ago

natan-sinigaglia commented 3 years ago

ToFloat > ToVector4 (AbstractGpuValue) make more: ToFloat (AbstractGpuValue) ToVector2 (AbstractGpuValue) ToVector3 (AbstractGpuValue)

CastFloat > To (GpuValue) CastFloat2 > ToVector2 (GpuValue) CastFloat3 > ToVector3 (GpuValue) CastFloat4 > ToVector4 (GpuValue) make: ToFloat (GpuValue)


TypeFloat helper nodes. rename to: image NO!!!!! it doesn't work! you can name the node like that image but then it doesn't show up in the patch or in the node browser image


Pins name.

Pins order use signature configuration thingy to sort pins order per operation


check category Capital Letters Everywhere image image