Mana Maker: Homebrew Wizardry isn't just a game to be played, it's also a game to be made, by anyone! Currently, we use custom sofware, the Mana Maker Card Assembler (MMCA), which takes in assets and plain-text card data, and assembles card images, ready to import into a table top simulator, or print and cut. This page will cover the MMCA card specifications, how to get it, set it up, and run it.
It Will Be Available Here!
The MMCA is a NodeJS program, and is run from the command line, so you will need to have NodeJS v14.21.3 or later installed. The MMCA also depends on the Node Canvas, which can be installed by running the NPM command npm install
within the MMCA's directory. With that, you should be able to run node mmca renderprogress notify
and see it assemble the provided demo card set!