Trevor L. Davis
Trevor L. Davis
* The new d8 dice ( #312 ) seem fine when `op_scale = 0.01` and `op_scale = 0.5`. It seems fine for a number of angles when `op_scale = 1`...
* [x] Asian dice: https://en.wikipedia.org/wiki/Dice#Arrangement + Red (large) one and four + Pips usually closer together, slightly different locations twos + More commonly arranged "left-handed" * [x] Asian dominoes: https://en.wikipedia.org/wiki/Chinese_dominoes...
* [ ] https://github.com/piecepackr/ppdf/issues/35 * [ ] Deprecate "preview_layout"
* Currently `save_print_and_play()` focuses on piecepack print-and-play layouts and `pieces` lists piecepack and common accessories from a single configuration * Although this is fine for the typical create-a-piecepack use case...
The current 4x6 size print-and-play layout naively assumed that image would be printed exactly 4" by 6". Tried to print a couple 4x6 PnP images via Walgreens and observed the...
* With the new "affine transformation" feature introduced in R 4.2 (and {piecepackr} wrappers introduced in the last release) there is no technical reason why we couldn't support more parallel...
* Although one can manually use ``grid::textGrob()`` to selectively make certain text **bold** it is easier to mix-and-match normal and **bold** text with a package like [{gridtext}](https://github.com/wilkelab/gridtext)
* Currently `save_print_and_play()` assumes user wants a pawn "belt" and (usually standee style) pawn "tokens" both included. Some layouts also assume user wants a pawn "saucer" included. * Probably should...
* Currently we allow users to customize both "normal" grob function and "bleed" grob function (as well as "oblique projection" grob function) * The default "bleed" grob function takes a...