genericallyloud / ludomatic5000

This is a simple tool which can help rapidly prototype cards/tiles/chits for board/card games. It uses csv files to import data, and jade templates to generate html from them. Finally, it uses wkhtmltopdf to generate pdfs which can be printed.
MIT License
5 stars 2 forks source link

Change from fixed layouts to computed layouts for any size component or paper. #6

Open genericallyloud opened 9 years ago

genericallyloud commented 9 years ago

Create a standard set of component sizes, and a standard set out paper sizes, but those should just be stored configurations. The layout itself should be calculated by combining the component size and the target size and figuring out a best fit assuming fitting as many as possible with no gutters.