https://github.com/yageek/tiledextract
A Tiled tiles extractor
https://github.com/yageek/tiledextract
extracts png tiled tilemap
Last synced: 7 months ago
JSON representation
A Tiled tiles extractor
- Host: GitHub
- URL: https://github.com/yageek/tiledextract
- Owner: yageek
- License: mit
- Created: 2017-06-21T16:45:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T09:06:06.000Z (over 8 years ago)
- Last Synced: 2025-01-26T02:30:32.357Z (8 months ago)
- Topics: extracts, png, tiled, tilemap
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiledextract
A tool helping you to extract the tiles of a [Tiled](https://github.com/bjorn/tiled) tilemap.
## Install
```shell
go get -u -v github.com/yageek/tiledextract
```## Usage
To extract tiles from an `input.tmx` file to the `output` directory:
```shell
tiledextract -i input.tmx -o output
```This will create a bunch of tiles images inside `output`