Skip to content

Commit

Permalink
Added info on the p5.js version needed to run p5.asciify
Browse files Browse the repository at this point in the history
  • Loading branch information
humanbydefinition committed Jul 16, 2024
1 parent 883456c commit 5e74980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

`p5.asciify` is a [`p5.js`](https://github.com/processing/p5.js) addon library for converting the main [`WebGL`](https://p5js.org/reference/p5/WEBGL/) drawing canvas into a grid of ASCII characters.

To use `p5.asciify` with a [`p5.js`](https://github.com/processing/p5.js) sketch in [`WEBGL`](https://p5js.org/reference/p5/WEBGL/) mode, ensure to include [`p5.js`](https://github.com/processing/p5.js) version [`v1.7.0`](https://github.com/processing/p5.js/releases/tag/v1.7.0) or later in your project, as it relies on the [`createFramebuffer()`](https://p5js.org/reference/#/p5/createFramebuffer) function.

*Special thanks to [`@davepagurek`](https://github.com/davepagurek) for helping me learn how to create a p5.js addon library! (✿◠‿◠)*

# Getting started
Expand Down

0 comments on commit 5e74980

Please sign in to comment.