Forked from sadaszewski'concaveman-cpp
The original python wrapper was created for Linux and doesn't work under Windows 10.
First, download and install llvm-clang 14.0.0
Then open a powershell terminal, type:
clang++ -c -std=c++14 -stdlib++-isystem "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" concaveman.cpp -o concaveman.o
clang++ -shared -v -o concaveman.dll concaveman.o
Four new files will be generated. Use the dll with the python wrapper. See jupyter notebook demo in notebook folder