SaveTemplate Processing Tool
SaveTemplate is a little Processing tool that allows you to save your current working sketch as a template to be used with InitSketch.
SaveTemplate loves InitSketch <3
Installation
To install SaveTemplate just download the provided zip file and unzip it.
Then move the unzipped folder to your ~Sketchbook/tools/ Folder
and you'll be ready to use it. If Processing is running at the moment of
installation your must restart it.
The files should reside in your Sketchbook folder like this:
~sketchbook/tools/SaveTemplate/tool/SaveTemplate.jar
The downloadable zip file should also contain a folder with Javadoc documentation named doc, and another with the source code in .java format named src. These two folders are included for your convenience if you'd like to study, change or build upon the tool.
Usage
After Installing the tool open Processing and create a new blank sketch and add some nice looking code
Go to the Tools menu and select Save sketch as template from the list.
Give your template a unique name or overwrite an old version.
Hit OK. Your template is saved as a plain text file
Now you can use your template with the InitSketch tool. Look at the InitSketch tool documentation for instructions on how to use your saved templates
You ca make suggestions and send feedback from the Processing Forum thread or from the SourceForge Project.
Changelog
Version 0.3
Removed debugging messages showing up in P5 console.
Solved trouble with setDirectory() on the save file dialog.
Version 0.2
Quick fix for a logical problen that caused double file extension
to be appended to the file name.
Extra dialog for overwrite conflicts
Version 0.1
Initial release.
License
SaveTemplate Copyright © 2011 Jonathan Acosta.
SaveTemplate is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/ >
Feel free to use, modify and share this program.
SaveTemplate © 2012 Jonathan Acosta, . This website uses the beautiful Lato Open Font, and some icons by Gnome Art
Download version 0.3 (Compatible with Processing 1.5.1)