Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashkyd/isometric-tile-generator

Generate isometric tiles in png format for your game
https://github.com/ashkyd/isometric-tile-generator

Last synced: 4 days ago
JSON representation

Generate isometric tiles in png format for your game

Awesome Lists containing this project

README

        

# Isometric tile generator

Scratching an itch. I wanted a tool to help me generate isometric tiles for a game I'm working on. Spent more time making the tool than the game thus far.

Wishlist:

- Rotate images
- Load/save shadow amount on edges
- Pick primary interface colour from images
- some kind of load/save + preview multiple tiles together

## Building

Electron build prereqs on Mac:

```
brew install rpm imagemagick
```