=== Processing for wordpress === Contributors: Fabax Tags: processing, processing.js, processing js Requires at least: 3.0.1 Tested up to: 3.8 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Processing for wordpress allows you to easily manage and include processing sketches into a post or page with shortcodes == Description == Processing for wordpress is a plugin that allows you to easily manage and include processing sketches into a wordpress post or page. It automatically adds the right librairies for you and will offer different features and templates to presente your creation in a minimalist and elegant way. ###Features include processing.js librairy into the wordpress page include Jprocessing.js librairy into the wordpress page. It allow you to enable responsive, fullscreen and div overlay for yout sketch. upload entire sketch forlder Make the integration into your wordpress page easily by allowing you to change the width and the height of the sketch direclty in the wordpress back office generate shortcode that you can include anywhere in your wordpress provide a simple template to presente your sketch ( title , author name, author website, description) ###How to use ####Simple example *Create a new sketch * set up all the informations you need * upload a zip folder containing your processing project * copy and paste the shortcode into your page. You can find it in the sketches list or you can respect the following synthaxe `[processing sketch="title-of-your-sketch"]` Enable size settings replace the size function usualy in the setup() of the sketch by `jProcessingJS(this);` you can then edit the width and the height of the sketch in the admin panel. It supports sizes in pixels as well as percentages If you want to make you sketch responsive, make sure to set the width or the height to 100% For more informtions about the possibilities that offer Jprocessing.js please go to the official github page : https://github.com/GildasP/jProcessingJS == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `` in your templates == Screenshots == ![screen](/assets/screen1.png) ![screen](/assets/screen3.png) ![screen](/assets/screen2.png) == Frequently Asked Questions == = the images of my sketch won't load = This feature is not yet supported