Easy P5.js Block Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This p5.js Gutenberg block plugin is the perfect tool for showcasing your generative art or adding an extra level of visual interest to your website. With p5.js, you can create interactive, dynamic, and customizable visuals that will keep your audience engaged and excited. Whether you’re an artist, designer, or developer, this plugin makes it easy to integrate your p5.js sketches into your WordPress website. Impress your visitors with your stunning generative art and take your website to the next level with this p5.js Gutenberg block plugin.
- Currently, this plugin does not work with
createCanvas(windowWidth, windowHeight)
. You’ll need to use actual integer values like,createCanvas(700, 400)
. - Currently, this plugin does not include the
p5.dom.js
or thep5.sound.js
libraries.
This project uses the p5.js 1.6.0 library which is free software under the GPL License.
Acknowledgements
This plugin is similar to Mark Uraine’s p5js block (https://wordpress.org/plugins/wp-p5js-block/), and is in fact reverse engineered from it, although very little of the actual code is reused (see mapk/p5js-block). I was prompted to develop this plugin due to encountering bugs, lack of display options, and mostly the lack of updates and support for this original plugin. I feel like it should be easier to insert p5.js artworks into WordPress websites and blogs, and this is my contribution to it (although it may very well be buggy, but I try my best. Feel free to open an issue or a pull request).