latest version
23/11/08
download sDrop version 0.1.4 in .zip format.
to use the library, put the folder "sDrop", contained in the zip file, into your processing sketches folder instead of the libraries folder of your processing application.
reference
have a look at the online reference here. a copy of the reference is included in the .zip as well.
source code
the sojamo.drop source code is available at google code sojamo and via svn at checkout.
sDrop. a drag and drop implementation for processing
sDrop is a processing library that lets you drag and drop objects such as files, images, bookmarks, or text into your processing sketch. once dropped you can access the information of the object from a DropEvent that has been forwarded to the processing sketch.
Installation
unzip and put the extracted sDrop folder into your processing sketches folder. reference and examples are also included in the sDrop folder. You need to restart processing if it is the first time you are adding sDrop to your libraries.
examples
find a list of examples in the current distribution of sDrop.
