flametree
flametree copied to clipboard
Generative artwork that looks a bit like trees
I deleted these arguments because they didn't fit well with my plan for spark functions, but some of my old artwork depends on them. Now that there's a release version...
I am getting this error when I am adding certain parameters to `flametree_grow ` function. ``` Error: Problem with `mutate()` column `x_1`. i `x_1 = x_0 + ft__extend_x(seg_len/2, seg_deg)`. x...
I am manually providing palette and background colours in `flametree_plot` function. But I am getting the following error: ``` Error in grid.Call.graphics(C_rect, x$x, x$y, x$width, x$height, resolveHJust(x$just, : invalid RGB...
Hello! Thank you for putting out the guides for generative art using R. I found this library from https://art.djnavarro.net/gallery/native-flora/ I was trying to use the package based on the information...