pytmx
pytmx copied to clipboard
Python library to read Tiled Map Editor's TMX maps.
Encountered a tilemap with zstd compression, easy enough to load and save it without but thought since there was a module on pip for [zstd](https://pypi.org/project/zstd/), might just add some optional...
Encountered a tilemap with zstd compression, easy enough to load and save it without but thought since there was a module on pip for [zstd](https://pypi.org/project/zstd/), might just add some optional...
So, I wanted to walk you through some improvements I made to the `decode_gid` function. One of the main things I did was implement a global cache. Essentially, a dictionary...
Entirely piggybacking off of @xivol by raising this but this fixes issues with custom types and custom classes. I have tested it via Tiled. In Tiled I have the following...
I expanded TiledObject to recognize ellipses, text and points. I added a new property to the object called object_type which is meant to be a literal string, currently it will...
It's currently not possible to see of an object is an ellipse. This is information that is available in the map. This PR adds the ellipse property to the object...
Hello everyone, I'm still rookie in programmation, but i decided to deeply understand pytmx for a personnal project. self.map is my TileMap, i'm actually trying to get tiles's images of...
There have been many commits since https://github.com/bitcraft/pytmx/releases/tag/v3.31 released on Dec 1, 2021. Can you please release a new version?
Hello and thank you for great library! Not sure what am I doing wrong, but I'm getting this traceback: ``` Traceback (most recent call last): File "/home/jhutar/Checkouts/CatWars/./reproducer.py", line 8, in...