Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMX export? #47

Open
AerosolSP opened this issue Oct 25, 2017 · 2 comments
Open

TMX export? #47

AerosolSP opened this issue Oct 25, 2017 · 2 comments

Comments

@AerosolSP
Copy link

I was looking for a library for adding TMX export capabilities to an application.

Is TiledSharp capable of that? It doesn't seem to be, but I could be wrong.

@marshallward
Copy link
Owner

So you mean, say, creating the TMX object in C# and then saving it as a .tmx file?

If that's the case, then no, there's no support for anything like that. It could be done, but it would take some work.

@AerosolSP
Copy link
Author

Well, the application I plan to add TMX export support to works with binary files. It's a level editor for certain genesis games. I want to add TMX export functions to it because it works better as a level editor for these games than Tiled Map Editor would (and I'm already somewhat familiar with it anyway), but I need tmx files. It's the same reason why I'm not just writing a standalone converting application.

Think it may be easier for me to just use a regular XML parsing library in said application and use it to build .tmx files that way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants