Περιγραφή
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/)
Εγκατάσταση
- Content must be in the
/wp-content/plugins/processing-js-easy
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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 - 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.
Συχνές Ερωτήσεις
- none –
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Processing-js-Easy” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Processing-js-Easy” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.4.1
First Version (due to Processingjs Version)