gabyx / ApproxMVBB

Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
Mozilla Public License 2.0
441 stars 93 forks source link

why windows has not been supported? #25

Closed DamonsJ closed 5 years ago

DamonsJ commented 6 years ago

why windows has not been supported? Will windows be supported? when?

gabyx commented 6 years ago

It is supported, I think people are compiling it on windows. Have you tried? It should basically work, but I dont give my word for it, thats why I dont include it in the supported OS. KDTree is definitely not supported, as Eric Nieblers meta library is not supported with the shitty MSVC compiler. XMLSupport mighty work I think.

gabyx commented 5 years ago

Current master branch support VS 15, and probably also VS 17