| versions | 0115+ |
|---|---|
| contributors | scloopy |
| started on | 2006-06-05 21:00 |
Processing was lacking a really simple way to quickly save a screen grab of a project. VVVV has a cool feature that lets you upload a screengrab by pressing Control-3. This hack emulates that function, but for now leaves uploading up to the user.
Just download the QuickGrab Library, add the source code below to your sketch and then press either Command-3 or Control-3 to save an incremental screen grab to your sketch folder. Then upload it to a website like Flickr!
import QuickGrab.*; Grab grab; void setup() { grab = new Grab(this); }