- By Brett Renfer
- http://aigamix.tumblr.com
- Visual App (BeachVibes)
- openFrameworks requirements:
- Clone this app into openFrameworks/myApps
- Hardware
- Kinect v1!
- Only tested on OS X (sorry ;( )
- Content
- A movie called "beach.mov" in bin/data
- We made a supercut of Baywatch intros, beach music vids, and stock beach video
- A movie called "beach.mov" in bin/data
- Tumblr Uploader
- This is a very hastily compiled hodgepodge of examples. Use at your own peril!
- Requirements
- install node
- cd this_repo/scripts
- npm install tumblr
- npm install express
- npm install body-parser
- npm install cookie-parser
- npm install oauth
- npm install watchr
- I hope that's it... sorry, a lot going on here.
- Tumblr setup
- Sign up for an API key
- Copy scripts/auth_template.js, rename to auth.js
- Swap out consumer_key, consumer_secret, and blog_name for yours
- That's it!
- Requirements
- This is a very hastily compiled hodgepodge of examples. Use at your own peril!