https://github.com/andrie/p5.js
R package that wraps the p5.js JavaScript library
https://github.com/andrie/p5.js
Last synced: about 1 month ago
JSON representation
R package that wraps the p5.js JavaScript library
- Host: GitHub
- URL: https://github.com/andrie/p5.js
- Owner: andrie
- Created: 2020-12-30T07:28:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T16:22:47.000Z (over 4 years ago)
- Last Synced: 2025-02-14T13:16:57.014Z (3 months ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# p5.js
[](https://www.tidyverse.org/lifecycle/#experimental)
The `p5.js` package wraps the 'p5.js' JavaScript library inside an `htmlwidget`. The [`p5.js`JavaScript library](https://p5js.org/) is useful for:
> creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else!