Hello,
so I am developing a game where the user is able to draw a jump n'run level on a piece of paper, take a photo of it and then the part of the program which uses OpenCV (computer vision library) creates a map based on the lines and shapes on it.
The second part then simply uses this level for a jump n'run. The problem now is the Interface: How should I hand the information from OpenCV to SFML? I have heard something about doing it via XML, but is there another way? It would be great if it was something matrix-like, because that's the form in which I get the information from OpenCV.
I appreciate every answer!