One of my students wants to get stock quotes from Yahoo Finance for his project, so I wrote a bit of code to do a HTTP GET and regular expression. I am a bit out of touch with what has been going on with scraping/web-related stuff in oF, but I recently got a request for [...]
Tag Archives: c++
Images – Part 1
Part 1 of a 2-part lesson on working with bitmaps in openFrameworks.
Finger Olympics
Posted in Projects Also tagged eyebeam, Friedrich Kirschner, game, openframeworks, video, Zach Lieberman Leave a comment




ofxJSON
A couple of students also asked about using JSON in openFrameworks. Here is a quick example of using json-cpp. JSONExample: using json-cpp in openFrameworks. XCode format NOTE: you will need this updated version of ofxHttpUtils_03 and ofxThread (which comes with the FAT version of oF) to run the example.