|
Cookbook /
ProcessingSummary: Use Processing applet in PmWiki Pages
Version: 2011-10-11
Prerequisites: pmwiki-2
Status: Beta
Maintainer: AntonyTemplier
Categories: FunctionalExtensions
Discussion: Processing-Talk?
Questions answered by this recipeHow to embed a processing applet (http://www.processing.org) in PmWiki page
DescriptionI used to display my processing applets with the Applet Cookbook but thing went wrong on recent macos X since new java version 1.6. This cookbook provide a markup to embed processing applet in PmWiki page. It is processing specifique: not java generic but more simple than Applet. InstallationDownload processing.phpΔ and put it in your cookbook directory. Then, in your config.php:
ConfigurationUsagePut your applet files into a subdirectory in the pub/applets directory.
Parameters:
NotesYou have to create the default folder pub/applets as default location for your applets. It 's the same location used in Applet cookbook as convenience. The variable $ProcessingRootCodebase can be used in your config.php to change this default location. CREDITS: It is originally based on how Processing v1.51 make his own index.html and on Applet source code. Change log / Release notes
2011-10-11 : Initial public release See alsoContributorsCommentsSee discussion at Processing-Talk? User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |