Plugin info

Total downloads: 1,800
Active installs: 20
Total reviews: 4
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/23/2014 (4239 days ago)
Added to WordPress: 4/5/2014 (11 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4239 days ago • 4 reviews

22/100

Is Processing code directly abandoned?

Possibly abandoned (last update 4239 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 3.5.2
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Processing JS
Rating 3.0/5 (2 reviews)Active installs 70
Processing Projects
Rating 4.0/5 (2 reviews)Active installs 50
Processing-js-Easy
Rating 3.7/5 (3 reviews)Active installs 10

Description

Processing code directly in your web page with shortcode is using this technique :
http://processingjs.org/articles/jsQuickStart.html#processingcodeinwebpage

and adding prismjs (http://www.prismjs.com) for highlight the code

add processing code in your post

Just add shortcode

  • [p5js code canvas][/p5js] to show the code and the result
  • [p5js code][/p5js] to show the code
  • [p5js canvas][/p5js] to show the result of the code

example

[p5js code canvas]

  1. // Processing code
  2. void setup() {
  3. size(200, 200);
  4. background(100);
  5. stroke(255);
  6. ellipse(50, 50, 25, 25);
  7. println(“hello web!”);
  8. }

[/p5js]

Installation

  1. Install (download https://github.com/benoitwimart/p5js/archive/master.zip,
    unzip, copy in wordress/wp-content/plugins
    or send .zip on plugin page http://yoursite.com/…wp-admin/plugin-install.php?tab=upload
  2. Activate at page http://yoursite.com/…/wp-admin/plugins.php
  3. Add shortcode like [p5js code canvas]void setup(){/* your code and more here */}[/p5js]

tips : p5js button is available in the wp html editor tab

Frequently Asked Questions

  • none –

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.4.7

is Processingjs Version

1.4.7.1

remove filter bug

1.4.7.2

remove bug, add keyword, add button show/hide