This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tailor/README.md

24 lines
832 B
Markdown
Raw Normal View History

2014-05-05 22:29:27 -06:00
[![Stories in Ready](https://badge.waffle.io/akesterson/tailor.png?label=ready&title=Ready)](https://waffle.io/akesterson/tailor)
2014-05-05 20:44:51 -07:00
tailor
2014-05-05 20:34:59 -07:00
==========
2014-05-05 20:44:51 -07:00
tailor is a tool for stitching small individual images (or regions thereof) together into tilemaps
2014-05-26 16:27:23 -07:00
Status
======
Tailor is currently in pre-alpha. It currently performs some of its functions (tileset import, slicing, image exporting, library and project management) but the actual combining of individual tiles into new tilesets does not yet work.
I expect to release 1.0 in a few weeks.
Installing & Running
====================
This depends on [rvpacker](https://github.com/akesterson/rvpacker) and [wxruby](http://wxruby.rubyforge.org/wiki/wiki.pl), and is built with rake/bundler.
cd tailor
bundle install
rake build
gem install ./pkg/tailor*gem
tailor