Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mhusinsky/vl.2d.curvefitting
- Owner: mhusinsky
- License: other
- Created: 2021-02-10T21:00:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T13:01:02.000Z (about 1 year ago)
- Last Synced: 2024-04-26T18:43:47.572Z (9 months ago)
- Size: 68.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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