reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
964 stars 151 forks source link

Issues when trying to install and after built #45

Closed realwindz closed 8 years ago

realwindz commented 8 years ago

Hey. I was trying to use your project in my game. Really finding for a dynamic 3D real world map library.

When I was trying to install it, the cmake kept saying that can not find the boost_unit_test library. Then I just added the use boost static library as true. But then I could not build it. The project failed to be built, the error is can not find boost_unit_test-gt-120vs-mt.lib. I really didn`t know why. Then I tried to build the whold project without the "test" project, but it can not generate the utymaplib.dll. But I can still build the unity project and make it run. This time, the unity project worked but no map shown. Really weird.

By the way, is there any library/apis I can use for real-world dynamic 3D maps building ? I need it has the 3d models returned instead of some depth image.

Thanks a lot.

reinterpretcat commented 8 years ago

Hi, for such issues I have created gitter chat: https://gitter.im/reinterpretcat/utymap

Let's discuss there.

Short notes:

By the way, is there any library/apis I can use for real-world dynamic 3D maps building ? I need it has the 3d models returned instead of some depth image.

Theoretically, it will be possible using this project.