Releases: koenderks/aRtsy
Releases · koenderks/aRtsy
CRAN-v0.2.4
aRtsy 0.2.4
- Added new color palettes
neo1
,neo2
,neo3
,shell1
,shell2
andshell3
. - Added new function
canvas_lissajous()
.
CRAN-v.0.2.3
aRtsy 0.2.3
- Added new function
canvas_swirls()
. - Added new function
canvas_tiles()
. - Added argument
outline
to functioncanvas_flow()
. - Fixed a bug in
canvas_planets()
where no stars would be drawn.
CRAN-v0.2.2
aRtsy 0.2.2
- New function
canvas_smoke()
. - Added more variations to the function
canvas_mandelbrot()
. - Added argument
flatten
(default =FALSE
) tocanvas_chladni()
to flatten the colors in the output. - The argument
size
incanvas_segments()
now accepts a vector of sizes as input. The segments on the canvas receive a size sampled from the elements in this vector.
CRAN-v0.2.1
aRtsy 0.2.1
- Added
symmetry
argument to thecanvas_flame()
function. This argument can be used to include dihedral or rotation symmetry into the flame. - Added a new color palette
flag
, thanks to jacobpstein.
CRAN-v0.2.0
aRtsy 0.2.0
- Fixed cpp warnings
warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
in the flame algorithm.
CRAN-v0.1.9
aRtsy 0.1.9
- Added new function
canvas_mesh()
. - Added new function
canvas_flame()
.
CRAN-v0.1.8
aRtsy 0.1.8
New features
- Added new function
canvas_splits()
.
CRAN-v0.1.7
aRtsy 0.1.7
New features
- Added new function
canvas_petri()
. - Added
polar
tocanvas_flow()
, thanks to @researchremora on twitter for the idea. - Added more color palettes to the
colorPalette()
function.
CRAN-v0.1.6
aRtsy 0.1.6
New features
- Added more color palettes to the
colorPalette()
function. - Added more noise types for
canvas_flow()
andcanvas_chladni()
with theambient
package. - Added
warp
tocanvas_chladni()
which now also warps the figure.
CRAN-v0.1.5
aRtsy 0.1.5
New features
- Added
canvas_recaman()
. Thanks to @akident on Twitter for the suggestion. - Added
canvas_phyllotaxis()
. - Added
canvas_cobweb()
. - Added
canvas_chladni()
.
Major changes
canvas_function()
is now able to take a vector of colors for the artwork.- Removed the dependency on the
dplyr
package.