Trevor L. Davis

Results 124 comments of Trevor L. Davis

Currently we have been using the following "color-blind-friendly" palette: ![colors](https://github.com/piecepackr/piecepackr/assets/2433259/5e6041af-4753-445a-bf89-6c6701e1df3b) Currently we use the following colors from this palette: | Suit color | Actual color-blind-friendly color | Trade-offs | |--|--|--|...

`{cli}` "palettes" support the following eight colors: * black * red * green * yellow * blue * magenta * cyan * white Note no orange and uses magenta instead...

Common One Letter Color Abbreviations (i.e. for Portable Piecepack Notation): * RGB (red, green, blue) * RYB (red, yellow, blue) * CYMK (cyan, yellow, magenta, black) * ROYGBIV (red, orange,...

Could use actual yellow as yellow (instead of orange) if relevant glyphs had black outlines. Possible workarounds to get black outlines around glyphs: * `fontr::glpyh_polygon()` (but note `{fontr}` not on...

We probably want an accurate "bounding box" for `aabb_piece()`. `aabb_piece()` is used by `geom_piece()` and `render_piece()`.

Although a bunch of text says that Asian/Chinese dice are supposed to be "left-handed" when I go to look at actual pictures of them most of them seem to be...

An article says Chinese domino cards come in two main types http://www.oocities.org/paris/musee/7685/cards44.htm * "15 point cards" where the pips are vertical * "Sichuan cards" where the pips are horizontal *...

A picture of the new Chinese dominoes/dice is up at the companion website: https://trevorldavis.com/piecepackr/dominoes-and-standard-6-sided-dice.html#chinese-dominoes-and-dice

@coolbutuseless generously shared the following approach for efficient rendering of GIF animations in R: * Unpacked the gif to PNG frames using imagemagick on the command line (could probably unpack...

Seems that `{gifski}` will auto-remove "duplicate" frames (instead increasing that frame duration so it lasts longer). + Although great for resulting GIF animation size this makes it harder to reverse...