https://github.com/andburn/neferset
A cairo based python card renderer for hearthstone
https://github.com/andburn/neferset
cairo cards hearthstone
Last synced: 2 months ago
JSON representation
A cairo based python card renderer for hearthstone
- Host: GitHub
- URL: https://github.com/andburn/neferset
- Owner: andburn
- Created: 2016-12-14T20:36:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T10:21:41.000Z (about 7 years ago)
- Last Synced: 2025-03-29T00:11:17.628Z (3 months ago)
- Topics: cairo, cards, hearthstone
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A cairo based python card renderer for Hearthstone.
---
## Setup and Usage
See the [Vagrantfile](./Vagrantfile) for setup and requirements.```
python generate.py--art-dir location of the card artwork files
--out-dir location to save the generate cards
--id specify a card id to generate a single card
--locale the locale the generated cards should be in
--style the HearthForge style/theme to use
--premium flag to include premium card images (if supported by theme)
--collectible only generate collectible cards
--card_set generate all cards from a set (currently must be enum names)
```