Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashkyd/isometric-tile-generator
- Owner: AshKyd
- Created: 2018-11-21T22:31:09.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T05:35:20.000Z (2 months ago)
- Last Synced: 2024-11-10T14:48:47.415Z (2 months ago)
- Language: Vue
- Homepage: https://isotile.ash.ms/
- Size: 1.48 MB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```