Processing useful stuff

From KokkugiaWiki

this is a repository of useful tips and tricks on how to do stuff in processing.

exporting to the web

Use file/export to export the current sketch as a Java Applet embedded in an HTML file. The folder containing the files is opened. Click on the index.html file to load the software in the computer's default web browser. Hold down shift to export an application instead of an applet. Note that exporting a sketch will delete the previous contents of the “applet” or “application.xxxx” folders.

more info at:processing environment

if you then want to load this on to the wiki, you will need to upload the entire newly made folder to the the kokkugia ftp site and then make a link to that index.html file.

eg.

[http://www.kokkugia.com/kokkugiawiki/swarmIntelligence_sciarcSpring2008/studentName/folderName/index.html example]
Views