aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

Usage of Voronoi library #49

Open Lena1111111111 opened 3 years ago

Lena1111111111 commented 3 years ago

Hello, my name is Lena and I am trying to work with algorithm Event-chain and I need Voroni diagram to do it to find nearest neighbors (or 5 nearest neighbors). But I can not use your library because I work in Visual Studio 2019 and it asks for new and new files/libraries which I can not find here. Maybe you could help me to realize your library I really need it! In which program you realized your library? And maybe you know how else I can realize algorithm of find nearest neighbor. Regards.

aewallin commented 3 years ago

openvoronoi is written in standard C++ and should not be particularly difficult to port to other platforms. I have used cmake and gcc under linux (ubuntu). It uses the boost libraries (as described in the cmake file).

I don't use Visual Studio myself, but if you post some more detailed error message someone else may be able to help you. Probably the best option is if you can find someone local who is experiences with Visual Studio to help you.