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

Moves all viewers to VL.Fuse.HDE.vl and removes any reference to VL.HDE inside of Core #117

Closed azeno closed 8 months ago

azeno commented 8 months ago

The reference to VL.HDE was breaking exports (basically it means that Fuse has a dependency on the vvvv patch editor).

Since the viewers are no longer part of the public API, the corresponding help patch was moved to the broken ones for now. The other usages of such a viewer was in the "Example Fractalize A Grid 3D" help patch and in a Core noise node, I removed those nodes in both files.

See https://discourse.vvvv.org/t/export-app-on-5-2-5-3-450-6-x-works-but-fails-at-runtime/22273/5 for original bug report

texone commented 8 months ago

Has been manually integrated because of conflicts