An open API service indexing awesome lists of open source software.

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

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`