Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.2D.Voronoi
https://github.com/vvvv/VL.2D.Voronoi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vvvv/VL.2D.Voronoi
- Owner: vvvv
- Created: 2019-07-21T23:53:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T21:33:22.000Z (almost 3 years ago)
- Last Synced: 2024-12-08T01:08:14.607Z (2 months ago)
- Size: 94.7 KB
- Stars: 7
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vl - VL.2D.Voronoi - Nodes to generate voronoi diagrams (Libraries / Rendering)
README
# VL.2D.Voronoi
based on original library by darrellp:
https://vvvv.org/contribution/voronoi-with-winged-edge-information## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org.Open VL, go to
Quad menu > Manage Nugets > Commandline
and then type:
nuget install VL.2D.Voronoi -pre
For more about installing and referencing nugets [read here](https://vvvv.gitbooks.io/the-gray-book/content/en/reference/libraries/dependencies.html#_manage_nugets).
Once installed, you'll see how to patches in the helpbrowser (F1) and once referenced in your document, you'll see the nodes in the category 2D.Voronoi