Processing-js-Easy

0

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. I

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

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