| Title: | TJ's Generative Art |
|---|---|
| Description: | TJ's stumblings in digital and generative art. |
| Authors: | Troy James Palanca [aut, cre] (ORCID: <https://orcid.org/0000-0002-0610-9213>) |
| Maintainer: | Troy James Palanca <[email protected]> |
| License: | CC BY 4.0 |
| Version: | 0.1.0 |
| Built: | 2026-06-07 09:58:51 UTC |
| Source: | https://github.com/tjpalanca/tjart |
A hexmap with randomly flashing hexes
honeycomb( hex_size = 50L, hex_stroke_width = 6L, flash_color = "#008080", basis_color = "#DCDCDC", flash_duration_secs = 6L, flash_interval_secs = 1L, ..., sizing = htmlwidgets::sizingPolicy(padding = 0) )honeycomb( hex_size = 50L, hex_stroke_width = 6L, flash_color = "#008080", basis_color = "#DCDCDC", flash_duration_secs = 6L, flash_interval_secs = 1L, ..., sizing = htmlwidgets::sizingPolicy(padding = 0) )
hex_size |
scale of the hexes. Default is 50. |
hex_stroke_width |
width of the stroke dividing the hexes |
flash_color |
hex color of the flashing hexes |
basis_color |
basic color of the unflashing hexes |
flash_duration_secs |
seconds duration of the flashing |
flash_interval_secs |
seconds interval of each trigger |
... |
passed to |
sizing |
sizing policy according to |