Recent Releases of artsy
artsy - CRAN-v1.0.1
aRtsy 1.0.1
- Added
canvas_slime(). - Faster runtime of the
canvas_flame()funtion.
- R
Published by koenderks about 1 year ago
artsy - CRAN-v1.0.0
aRtsy 1.0.0
- Fixed a bug in the
canvas_flame()code whenblend = FALSEandweighted = TRUE. - Added new logo!
- R
Published by koenderks over 1 year ago
artsy - CRAN-v0.2.4
aRtsy 0.2.4
- Added new color palettes
neo1,neo2,neo3,shell1,shell2andshell3. - Added new function
canvas_lissajous().
- R
Published by koenderks almost 3 years ago
artsy - CRAN-v.0.2.3
aRtsy 0.2.3
- Added new function
canvas_swirls(). - Added new function
canvas_tiles(). - Added argument
outlineto functioncanvas_flow(). - Fixed a bug in
canvas_planets()where no stars would be drawn.
- R
Published by koenderks about 3 years ago
artsy - 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
sizeincanvas_segments()now accepts a vector of sizes as input. The segments on the canvas receive a size sampled from the elements in this vector.
- R
Published by koenderks about 3 years ago
artsy - CRAN-v0.2.1
aRtsy 0.2.1
- Added
symmetryargument 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.
- R
Published by koenderks over 3 years ago
artsy - 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.
- R
Published by koenderks over 3 years ago
artsy - CRAN-v0.1.9
aRtsy 0.1.9
- Added new function
canvas_mesh(). - Added new function
canvas_flame().
- R
Published by koenderks over 3 years ago
artsy - CRAN-v0.1.8
aRtsy 0.1.8
New features
- Added new function
canvas_splits().
- R
Published by koenderks about 4 years ago
artsy - CRAN-v0.1.7
aRtsy 0.1.7
New features
- Added new function
canvas_petri(). - Added
polartocanvas_flow(), thanks to @researchremora on twitter for the idea. - Added more color palettes to the
colorPalette()function.
- R
Published by koenderks about 4 years ago
artsy - 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 theambientpackage. - Added
warptocanvas_chladni()which now also warps the figure.
- R
Published by koenderks over 4 years ago
artsy - 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
dplyrpackage.
- R
Published by koenderks over 4 years ago
artsy - CRAN-v0.1.4
aRtsy 0.1.4
New features
- Added
canvas_maze().
Minor changes
- The function
colorPalette()now randomizes thehslscale in therandomcolor palette instead of thergbscale. - The function
colorPalette()can now create acomplementcolor palette consisting of complementing color (e.g., on the other side of thehslcolor wheel). - Removed the
resolutionparameter incanvas_flow()in favor of astepmaxparameter that determines the maximum proportion of the canvas covered by each iteration.
- R
Published by koenderks over 4 years ago
artsy - CRAN-v0.1.3
aRtsy 0.1.3
Minor changes
- Fixed the
call of overloaded ‘ceil(int)’ is ambiguouserror on Solaris indicated by CRAN.
- R
Published by koenderks over 4 years ago
artsy - CRAN-v0.1.2
aRtsy 0.1.2
New features
- Added new artwork
canvas_flow(). - Added new artwork
canvas_watercolors().
Major changes
- Changed the
widthandheightarguments in all functions toresolution. If you want to save a non-square artwork, it is best to set a customheightandwidththe the preferred export / save function.
Minor changes
- Added
Rcpp::checkUserInterrupt()to allC++functions.
- R
Published by koenderks over 4 years ago
artsy - CRAN-v0.1.1
aRtsy 0.1.1
New features
- Added six new artworks to the package:
canvas_stripes(),canvas_gemstone(),canvas_blacklight(),canvas_mosaic(),canvas_forest(), andcanvas_nebula().
Minor changes
- Artwork of the day is now created with
set.seed(Sys.Date())instead ofset.seed(Sys.time()). - Removed unnecessary
ggpubrfrom the Imports field inDESCRIPTIONfor CRAN submission. - Fixed a memory leak in
canvas_ant().
- R
Published by koenderks almost 5 years ago
artsy - CRAN-v0.1.0
aRtsy 0.1.0
- First implementation of the aRtsy package.
- R
Published by koenderks almost 5 years ago