Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of Voronoi library #49

Open
Lena1111111111 opened this issue Mar 10, 2021 · 1 comment
Open

Usage of Voronoi library #49

Lena1111111111 opened this issue Mar 10, 2021 · 1 comment

Comments

@Lena1111111111
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants