Go to file
Lumen Keyes 78bad5b043 added loyalty for planeswalkers, fixed bug when height was set to
constant
2024-07-16 11:05:23 -06:00
example-lists cleaned up files, removed references to pandoc from the code 2024-07-08 14:57:21 -06:00
include stuff is mostly working again, trying to switch to using a C PDF library 2024-07-06 18:11:00 -06:00
oracle-data more cleanup and organizing of TODOs 2024-07-15 10:44:44 -06:00
src added loyalty for planeswalkers, fixed bug when height was set to 2024-07-16 11:05:23 -06:00
zig-out added loyalty for planeswalkers, fixed bug when height was set to 2024-07-16 11:05:23 -06:00
.gitignore renaming some variables, various cleanup tasks 2024-07-15 21:46:34 -06:00
README.md added README.md, updated TODOs 2024-07-15 10:51:21 -06:00
build.zig fixed some spacing problems, properly handling cli arguments now 2024-07-15 10:10:08 -06:00
build.zig.zon fixed some spacing problems, properly handling cli arguments now 2024-07-15 10:10:08 -06:00
fullCard.zig oh hey it's been a while 2024-06-26 22:33:39 -06:00
output.pdf added loyalty for planeswalkers, fixed bug when height was set to 2024-07-16 11:05:23 -06:00

README.md

A command-line tool for printing text-only proxies of Magic The Gathering Cards. Kind of a silly idea, mostly meant to help me learn some zig.

Currently the only way to use the program is to build from source.

Use like: proxy-print -l <filename> where the file specified contains a list of cards exported from Moxfield. Other list formats will hopefully be supported in the future.

I'm still working on adding some extra options, we'll see how far I take it. Currently there isn't a way to specify the name of the output pdf, or any formatting options other than whether or not the height of the cards should be constant.