Import a tile map in Qt app
-
Hey!
I am newbie and I have to create a tile map for a game projet and I decided to use a map editor to build it manually, but I have to include it in my qt app.
So I saved my map into a JSON format and I converted it, in a nutshell, to a QJsonObject but I do not understand how to display it into a QGraphicView. How to export all my layers? Any ideas, links?Thx.