This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Processing-js-Easy

Description

I created this plugin, because direct code didn’t work for me with the new WordPress Version.
The Version Number of this plugin will always be the same as the Processing JS Version.

If you want responsive Processing, try this directly in the .pde file:

void draw(){
size(window.innerWidth, window.innerHeight);
}

Thanks to:
– Ramoonus, who did the foundation for this.
– Processing JS (http://processingjs.org/)

Installation

  1. Content must be in the /wp-content/plugins/processing-js-easy directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Upload your processing .pde files via ftp into the wp-content/uploads/ directory.
    You can also use .txt files and the media uploader, whatever you prefer
  4. Use [processing]file_name.pde[/processing] in your page or post.
    If the browser can’t show the content, the plugin provides the file as a download and a link to the processing website.

FAQ

  • none –

Reviews

There are no reviews for this plugin.

Contributors and Developers

“Processing-js-Easy” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Processing-js-Easy” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change Log

1.4.1

First Version (due to Processingjs Version)