Processing-js-Easy

Processing-js-Easy Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,690 downloads
Processing-js-Easy Icon

Try plugin: Processing-js-Easy

We'll create fresh WordPress site with Processing-js-Easy installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Processing-js-Easy

Includes and executes graphical javascript applications that have been written with processing (.pde)

2


0


0


0


1

updated: 11 years ago
since: 11 years ago
author: Julian Kogler

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/)