vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

[Stride] Outsource most TextureFX to their own package #652

Closed azeno closed 7 months ago

azeno commented 9 months ago

Description

This PR moves most of the TextureFX nodes into their own package VL.Stride.TextureFX.

Related Issue

88

Motivation and Context

We currently have two competing node sets around the topic TextureFX. The ones from vvvv itself and the ones from VL.Addons. By moving the ones from vvvv into their own package, it's up to the user to decide which ones to use (or none at all).

Types of changes

Checklist

azeno commented 7 months ago