You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
fonts | 1 year ago | |
README.md | 1 year ago | |
example.shirt | 1 year ago | |
example_red.png | 1 year ago | |
gen.py | 1 year ago |
README.md
shirtgen - a maiacore t-shirt design generator
How to use:
- write a shirtfile (see example.shirt for an example and the comments in gen.py for a documentation of the format)
- run
gen.py <shirtfile>
to generate a png
Example
shirtfile:
# define variants to be generated
variants: _black:0:0:0 _white:255:255:255 _red:255:0:0
# declare lines
m:b:fill FIRST
m:r:fill second line
r:r:400 third line