Skip to content

sebescudie/VL.DBSCAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VL.DBSCAN

Nuget

A simple implementation of viceroypenguin's DBSCAN .NET lib in VVVV Gamma.

Usage

Go to gamma's quad menu/manage nugets/command-line and type

nuget install VL.DBSCAN

Open the help browser (F1) and look for DBSCAN, you'll find a simple help patch showing how to cluster points.

Notes

  • The plugin uses DBSCAN.Utils.dll which just implements IPointData (required by the original lib) and allows to use VL's Vector2. This part had to be done in Visual Studio since IPointData uses the ref keyword that's not available in VL.

Releases

No releases published

Packages

No packages published

Languages