An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# p5.js

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](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!