Processing-js-Easy
·
Includes and executes graphical javascript applications that have been written with processing (.pde)
评级
3.7/5
版本
1.4.1
活跃安装
10
最后更新
Apr 11, 2013
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/)