Support for TMX/Tiled workflow #3254
RussellTaylor83
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
the current library for parsing tmx files is noted in awesome-ebitengine repo, which is currently the most reccomanded one, last commit is 5 months ago. as for ebitmx, it seems no longer maintained, u might need to make ur own solution, this post on reddit might be useful https://www.reddit.com/r/ebiten/comments/lqyeii/ebitmx_a_library_to_render_a_tmx_file_with_ebiten/ Ebitengine does not have its own workflow for tilemaps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I was looking into writing a external package, or even just a basic tool, to make use of Tiled tmx files and produce something Ebitengine understands.
I bumped into this old thread, but all of the libraries are 5+ years old.
#1069
I'm new to Ebitengine so before I go too far into this does supporting tmx files make sense at all? Or does Ebitengine have it's own workflow/approach to building tile maps that I've missed?
Many thanks
Russ
Beta Was this translation helpful? Give feedback.
All reactions