-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Geckos is a card editor, created to help have card for games (miniatures, roleplaying, ...). At first, I was using Magic Set Editor, and made several templates. But some limitations got me to think of my own engine.
Geckos is still in its first steps, so many functions are not implemented, so feel free to express your needs, to report bugs, to question the software through the Issues page.
This wiki will help you use Geckos.
This wiki will host tutorials describing how to create cards for the Geckos engine.
- Creating a card from scratch (Blood Bowl Star Player card)
Here are some snippets of template code that cover some clever use of the engine, or some frequent questions / needs :
Templates are the heart of geckos. Without them, geckos is useless. They define what the user can define for each card, and how that information is displayed on the generated card.
This wiki will host the documentation on how to create a template. What properties are available, how a file is built, what can I add to enhance a template ?
If something is missing, feel free to create an Issue with the label Wiki.
Feel free to post your questions via Issues if something is unclear or missing in the wiki. Better documentation = Better templates !