karimnaaji / vectiler

A vector tile, terrain and city 3d model builder and CLI exporter. Consider using its fully integrated user interface at https://halfmaps.io
https://karim.naaji.fr/projects/vectiler
MIT License
488 stars 71 forks source link

Windows? #16

Closed pokeahontas closed 7 years ago

pokeahontas commented 7 years ago

Hi! I'd be interested to use you're program to get some 3D Data . Can I use it with Windows somehow?

karimnaaji commented 7 years ago

Right now you can't but it's possible to port to Windows.

This exporter is running on a server and I can send you the address if you want to be able to use it on any platform/browser.

pokeahontas commented 7 years ago

@karimnaaji that would be great :)

karimnaaji commented 7 years ago

@pokeahontas send me an email at karim.naaji@gmail.com and I'll provide you that as a temporary solution.

philibert123 commented 7 years ago

@karimnaaji Hi good Sir! I would like to use your program as well on windows to get some 3D Data. Could you provide me as well?

karimnaaji commented 7 years ago

Hi, windows support has been added on https://github.com/karimnaaji/vectiler/pull/19. You would need both cmake and Visual studio installed in order to try:

git pull
git checkout windows-suppport
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64"

And open the visual studio solution generated and build the whole solution from there.

EDIT, here is an executable (64bit) for convenience: vectiler.exe.zip