Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrennie/art
R package to create generative art.
https://github.com/nrennie/art
generative-art r r-package
Last synced: 9 days ago
JSON representation
R package to create generative art.
- Host: GitHub
- URL: https://github.com/nrennie/art
- Owner: nrennie
- License: other
- Created: 2021-09-29T17:59:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T15:00:40.000Z (3 months ago)
- Last Synced: 2024-08-06T17:17:28.008Z (3 months ago)
- Topics: generative-art, r, r-package
- Language: R
- Homepage: https://nrennie.github.io/aRt/
- Size: 24.3 MB
- Stars: 129
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![R-CMD-check](https://github.com/nrennie/aRt/workflows/R-CMD-check/badge.svg)](https://github.com/nrennie/aRt/actions)
# aRt
aRt is an R package to create generative art.
## Installation
Install using:
``` r
devtools::install_github("nrennie/aRt")
```
or
``` r
remotes::install_github("nrennie/aRt")
```## Colour palettes
Some of the functions in previous releases of the {aRt} package took names of colour palettes as arguments. These colour palettes came from external R packages, and the names of the palettes were not necessarily obvious. These functions have been updated to allow any choice of colours, rather than restricting a user to a single package from which to choose palettes.
## Examples
More examples (including code) can be found on my [website](https://nrennie.rbind.io/portfolio/rtistry/).