I know there are a ton of these, as I'm sure everyone makes one for themselves when they work on their token tile-based game, but...well...I made a tile based level editor. I'm actually kind of proud of it in the short term, because it's doing what I need it to very nicely. I tried to leave comments, and there's some documentation on it's github page, along with a Youtube demo that I need to re-record because the audio is too quiet.
https://github.com/mikezila/TyleI don't have a Windows machine, so I don't know if it works there or not, but it works on OS X. I do have an issue loading it on Linux, though, it throws an unknown error on the line I load a gosu::image on, I assume either because the image is bad somehow, or because of the way I formatted the file path. Any pointers?