Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Processing-js-Easy

Descripción

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

Instalación

  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.

Preguntas frecuentes

  • none –

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Processing-js-Easy" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.4.1

First Version (due to Processingjs Version)