Skip to content

Commit

Permalink
adding sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
runemadsen committed Mar 29, 2013
1 parent 5935cf1 commit 190a5ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'sinatra'
gem 'thin'
gem "headless"
gem "p5". :git => "git://github.com/runemadsen/p5.git"

group :development do
gem 'shotgun'
Expand Down
7 changes: 7 additions & 0 deletions sketch/sketch.pde
@@ -0,0 +1,7 @@
void setup()
{
size(100, 100);
ellipse(50, 50, 25, 25);
saveFrame("grab.png");
exit();
}

0 comments on commit 190a5ab

Please sign in to comment.