このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Processing-js-Easy

説明

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

インストール

  1. Content must be in the /wp-content/plugins/processing-js-easy directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Upload your processing .pde files via ftp into the wp-content/uploads/ directory.
    You can also use .txt files and the media uploader, whatever you prefer
  4. Use [processing]file_name.pde[/processing] in your page or post.
    If the browser can’t show the content, the plugin provides the file as a download and a link to the processing website.

FAQ

  • none –

評価

このプラグインにはレビューがありません。

貢献者と開発者

Processing-js-Easy はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Processing-js-Easy” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.4.1

First Version (due to Processingjs Version)