gridpattern
gridpattern copied to clipboard
'grid' Pattern Grobs
* [ ] Move "beard" and "beardbw" service URLs from "http" to "https" * [ ] Remove "cage" and "cagebw"? [service currently not working](https://www.gomasuga.com/placeimg?souce=placeimg) * [ ] Contact "kitten" service...
* There are a bunch of {`ggplot2`} fill **color** scales e.g. `scale_fill_brewer()`, `scale_fill_distiller()`, `scale_fill_gradient()`, `scale_fill_grey()`, `scale_fill_hue()`, `scale_fill_viridis()`, ... * Now that `{ggplot2}` and `{ggpattern}` support **pattern** fills should we provide...
* On Github there is `{penrosetiling}`: https://github.com/WilliamTylerBradley/penrosetiling/
* Could be helpful / cool to add a "poisson disc' "grid" (on top of currently existing "square", "hex", "hex_circle", and "elongated_triangle" grids) + Could be especially nice combined with...
* Could probably use `{deldir}` https://cran.r-project.org/web/packages/deldir/ package and perhaps `ambient` package
* [ ] https://www.williamrchase.com/post/artistic-coding-for-the-user-12-months-of-art-june/
* Current "text" pattern adjusts glyph size by adjusting the "size" parameter which sets the glyphs fontsize. This was easy to understand and implement and gets the job done. *...
* @ddauber recently posted some cool generated mazes in R on Twitter: + https://twitter.com/daniel_dauber/status/1501133268409847808 + https://twitter.com/daniel_dauber/status/1500893541890932746 + https://twitter.com/daniel_dauber/status/1501281850400010242 + Code for his cool mazes might eventually show up here?: https://github.com/ddauber/generative_art...
* [{r.oguelike}](https://github.com/matt-dray/r.oguelike)'s `generate_dungeon()` generates "rogue"-like dungeons * Currently a WIP
* New R package which implements this in `{sf}`: https://github.com/paezha/truchet * https://christophercarlson.com/portfolio/multi-scale-truchet-patterns/