10+
安裝啟用
★★★☆☆
3.7/5 分(3 則評價)
4710 天前
最後更新
—
問題解決
WordPress 3.5.1+ v1.4.1 上架:2013-04-07
內容簡介
我創建了這個插件,因為對於新版 WordPress 直接代碼並不能讓它工作。
這個插件的版本號將始終與 Processing JS 版本號相同。
如果你想使用響應式的 Processing,可以直接在 .pde 檔案中實現以下代碼:
void draw(){
size(window.innerWidth, window.innerHeight);
}
感謝:
– Ramoonus,為此做出了基礎設施。
– Processing JS (http://processingjs.org/)
外掛標籤
開發者團隊
原文外掛簡介
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/)
