fallahn / sfml-tmxloader

SFML 2.x based tmx tilemap parser for files created with Tiled tile map editor
106 stars 33 forks source link

Visual Studio Compatability issues #51

Closed MossFrog closed 8 years ago

MossFrog commented 8 years ago

I'm having difficulty using your libraries with visual studio 2013, can you possibly add a tutorial to the description or a link on how to integrate your libraries to a visual studio project?

Best Regards.

fallahn commented 8 years ago

That's not a bad idea. When I get a few moments I'll update the wiki. For now though you should be able to get on by adding the source files (including pugixml, excluding tmx2box2d if not using box2d) to your project, and linking to zlib. You'll need to build zlib separately, there are a few tutorials out there for that (I'll link them eventually when I update the wiki)

MossFrog commented 8 years ago

Thanks man you are the best, If you get a small tutorial up and running I will definitely create an example VS project plus referr links to your libraries. I think my troubles stem at zlib so ill give that some work.

:heart:

fallahn commented 8 years ago

Wiki page here :)

MossFrog commented 8 years ago

You are the best! I will update my example tonight!

Also check out my 3D game example on github :D ! i want to delve deeper into 3D game creation and will create an online game similar to some MOBA games but with a test, if you need any help with anything don't hesitate to ask!

https://github.com/MossFrog/3D-GameTest

I will upload the scripts and code for the game once it gets to a certain point.