Skip to content

Releases: koenderks/aRtsy

CRAN-v0.2.4

22 Aug 04:50
Compare
Choose a tag to compare

aRtsy 0.2.4

  • Added new color palettes neo1, neo2, neo3, shell1, shell2 and shell3.
  • Added new function canvas_lissajous().

CRAN-v.0.2.3

22 May 06:13
Compare
Choose a tag to compare

aRtsy 0.2.3

  • Added new function canvas_swirls().
  • Added new function canvas_tiles().
  • Added argument outline to function canvas_flow().
  • Fixed a bug in canvas_planets() where no stars would be drawn.

CRAN-v0.2.2

24 Apr 06:25
Compare
Choose a tag to compare

aRtsy 0.2.2

  • New function canvas_smoke().
  • Added more variations to the function canvas_mandelbrot().
  • Added argument flatten (default = FALSE) to canvas_chladni() to flatten the colors in the output.
  • The argument size in canvas_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

06 Jan 07:49
Compare
Choose a tag to compare

aRtsy 0.2.1

  • Added symmetry argument to the canvas_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

11 Oct 05:34
Compare
Choose a tag to compare

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

08 Oct 05:30
Compare
Choose a tag to compare

aRtsy 0.1.9

  • Added new function canvas_mesh().
  • Added new function canvas_flame().

CRAN-v0.1.8

13 May 11:16
Compare
Choose a tag to compare

aRtsy 0.1.8

New features

  • Added new function canvas_splits().

CRAN-v0.1.7

11 Apr 06:39
Compare
Choose a tag to compare

aRtsy 0.1.7

New features

  • Added new function canvas_petri().
  • Added polar to canvas_flow(), thanks to @researchremora on twitter for the idea.
  • Added more color palettes to the colorPalette() function.

CRAN-v0.1.6

19 Dec 13:27
Compare
Choose a tag to compare

aRtsy 0.1.6

New features

  • Added more color palettes to the colorPalette() function.
  • Added more noise types for canvas_flow() and canvas_chladni() with the ambient package.
  • Added warp to canvas_chladni() which now also warps the figure.

CRAN-v0.1.5

27 Nov 11:55
Compare
Choose a tag to compare

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.