All Projects → nhmkdev → Cardmaker

nhmkdev / Cardmaker

Licence: mit
An application that generates graphics via data sources.

Labels

Projects that are alternatives of or similar to Cardmaker

Couchimport
CouchDB import tool to allow data to be bulk inserted
Stars: ✭ 125 (-15.54%)
Mutual labels:  csv
Node Csvtojson
Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
Stars: ✭ 1,760 (+1089.19%)
Mutual labels:  csv
Csv Writer
Convert objects/arrays into a CSV string or write them into a CSV file
Stars: ✭ 140 (-5.41%)
Mutual labels:  csv
Gocsv
Command-line CSV processing utility.
Stars: ✭ 126 (-14.86%)
Mutual labels:  csv
Anytojson
Converts any data repository to JSON(or atleast strives to!). Currently converts flat-file JSON, flat-file CSV, REST JSON, REST CSV and Databases(via ODBC) to JSON 🔥.
Stars: ✭ 130 (-12.16%)
Mutual labels:  csv
Dumpling
Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Stars: ✭ 134 (-9.46%)
Mutual labels:  csv
Rightmove webscraper.py
Python class to scrape data from rightmove.co.uk and return listings in a pandas DataFrame object
Stars: ✭ 125 (-15.54%)
Mutual labels:  csv
Sonar Cnes Report
Generates analysis reports from SonarQube web API.
Stars: ✭ 145 (-2.03%)
Mutual labels:  csv
Dataclass Csv
Map CSV to Data Classes
Stars: ✭ 133 (-10.14%)
Mutual labels:  csv
Criterion
Microbenchmarking for Modern C++
Stars: ✭ 140 (-5.41%)
Mutual labels:  csv
Rosbag to csv
Converter from ros bag to csv
Stars: ✭ 128 (-13.51%)
Mutual labels:  csv
Etl.net
Mass processing data with a complete ETL for .net developers
Stars: ✭ 129 (-12.84%)
Mutual labels:  csv
Elasticsearch Dataformat
Excel/CSV/BulkJSON downloads on Elasticsearch.
Stars: ✭ 135 (-8.78%)
Mutual labels:  csv
Winmerge
WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
Stars: ✭ 2,358 (+1493.24%)
Mutual labels:  csv
Google2csv
Google2Csv a simple google scraper that saves the results on a csv/xlsx/jsonl file
Stars: ✭ 145 (-2.03%)
Mutual labels:  csv
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+7340.54%)
Mutual labels:  csv
Csv2ofx
A Python library and command line tool for converting csv to ofx and qif files
Stars: ✭ 133 (-10.14%)
Mutual labels:  csv
Omniparser
omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
Stars: ✭ 148 (+0%)
Mutual labels:  csv
Adaptivetablelayout
Library that makes it possible to read, edit and write CSV files
Stars: ✭ 1,871 (+1164.19%)
Mutual labels:  csv
React Csv Reader
React component that handles csv file input and its parsing
Stars: ✭ 138 (-6.76%)
Mutual labels:  csv

CardMaker

CardMaker is an application that generates graphics via data sources. It has a graphical user interface for designing layouts and offers scripting functionality.

This application was created to help me generate components for a board game. You can put all of your variable data into a CSV or Google Spreadsheet and then create layouts in CardMaker. This separates your layout and data so you do not have to manually re-create each card.

Command line based export support is in development (coming soon!). Soon you will be able to build CardMaker into a workflow!

Download

Latest stable (I hope) release binary: Download 1.1.0.0

Latest releases (may be a bit unstable): Download Releases

Download The Game Crafter templates for CardMaker

Sample

The above image was generated by the following input data row from a CSV:

Count Name image skill1 skill1value skill2 skill2value ability
1 Siani Malia che.png T 3 B 4 Ranged Battle: +1 on all die Rolls @[opt]

While there is some interpretation of the data by CardMaker to generate the final result, many of the values are direct references. The layout configuration in CardMaker controls the details of how to actually present the data.

Further Details on how the Elements for this Layout are configured

Guides / Help

Note: The code that is submitted may not match the latest binary.

Code Status

Compiles with Visual Studio Community Edition 2019

See more details in the Developers Section

TODO / Wishlist

Toxicity Level: Medium-High

  • Needs more comments
  • Needs warning cleanup
  • Needs some shuffling to allow for more narrow and focused unit testing
  • Needs more unit tests!
  • Every method should be implemented based on an interface and classes should implement hundreds of interfaces (just kidding!!!)

The Google Issue

If you plan to outright copy the parts of the code that operate with Google Spreadsheets please be aware that the source currently uses the client id that is associated with my CardMaker application. Code File

You will need to modify this code to correctly use your application.

Games Developed with CardMaker

CardMaker played some role in the development of these games (prototyping or otherwise). Let me know if you have a game that should be listed here.

Game Link(s)
Cardpocalypse & Cardpocalypse Steam Link
Cave Paintings
Iliad: Heroes of Troy
Town Builder: Coevorden & (Publisher page)
NEVO
COBRA
Context Switch
Executive Shuffle
Fairness
Root Cause Analysis Team
Hard Stop

History

2009 - First created and publicly released CardMaker

20XX - Lots of bug fixes and features

2015 - CardMaker goes open source

2017 - CardMaker is finally marked as 1.0.0.0 for no specific reason.

The Name

"CardMaker" and "Card Maker" are both references to the same application. I just never standardized the name.

Special Thanks

  • Eric Raué
  • Kolja Geldmacher
  • Everyone that has contributed to the project through emailing bugs and requesting features

Original Author

CardMaker was originally created in 2009 by Tim Stair.

Disclaimer

I am providing code in the repository to you under an open source license. Because this is my personal repository, the license you receive to my code is from me and not my employer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].