Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhusinsky/vl.2d.curvefitting

2D CurveFitting nodes for VVVV / VL
https://github.com/mhusinsky/vl.2d.curvefitting

Last synced: about 1 month ago
JSON representation

2D CurveFitting nodes for VVVV / VL

Awesome Lists containing this project

README

        

# VL.2D.CurveFitting
Nodes to create Bezier lines from input points, which has great use for line smoothing.

Code is based on [Burningmime.curves](https://gitlab.com/burningmime/curves/) by Bobby Fraser and highly performant.

## Using the library
In order to use this library with vl you have to install the nuget that is available via nuget.org. For information on how to use nugets with vl, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/referencing.html#manage-nugets) in the vl documentation. As described there you go to the commandline and then type:

nuget install VL.2D.CurveFitting -pre