Tag: openframeworks

  • openFrameworks iPhone 3GS / OS 3.0

    i’ve been dealing with a performance bug in a particle + accelerometer oF app. the same project which has run very smoothly on a first generation iPhone with OS 2.2.1 has a noticeable stutter on an iPhone 3GS with OS 3.0. there was no improvement despite several rounds of optimizing the openGL drawing code and […]

  • (overly simplistic) saving state in oF for iPhone

    There was a recent comment about saving / restoring application state when using openFrameworks for iPhone which got me to thinking about how to do it. Apple’s frameworks provide a fairly thorough way to save state to the disk and restore later. There seem to be three primary ways to do this: simple plist files […]

  • openFrameworks knitting circle

    Had a really nice time tonight at the oF knitting circle held at Parsons in NYC. Saw several really inspiring projects and spoke to several people about using openFrameworks for iPhone development and showed the current version of the particle game using ofxiPhoneAlertView. Quite a few folks mentioned that they have become interested in openFrameworks […]

  • ofxiPhoneAlertView

    Here is a (really) basic wrapper for the UIAlertView in openFrameworks of iPhone. Not all of the necessary delegate methods have been implemented yet, but this is enough for me to get the proof of concept rolling in an app I’m building. Feel free to let me know how I can do things better, or […]

  • BarCampNYC4 presentation

    BarCampNYC4 was hosted by ITP on May 30-31st. It was a great event – I’d highly recommend going to another one. I did a presentation titled “Using openFrameworks for iPhone App Development” which I think went well, although it was quite dense. Can’t be helped, I suppose. The walk-through of getting set up with openFrameworks […]

  • Using openFrameworks for iPhone dev

    [Also available at ITPedia. Watch video of the BarCampNYC4 presentation.] This is an overview of getting set up using openFrameworks for iPhone development. What is openFrameworks? openFrameworks is a “a C++ library for creative coding”. It shares a similar philosophy with Processing (as a library for Java). The intended audience “are folks using computers for creative, artistic […]

  • counting change

    As an in-class exercise for Spatial Media we were asked to develop a program which would identify coins in a series of supplied images and tally up their total value. In one hour. Since time was limited, I decided to use pixel count as a rough estimate of each coin’s size. This works very reliably […]

  • openFrameworks + iPhone libs

    I’ve had a few days to test the libraries I cobbled together for using openFrameworks with iPhone and also received positive reports from some folks who tried out the Makefiles I provided to them, so here they are for anyone who’s willing to try them out. -please make these instructions better if you see fit-

  • openFrameworks + iPhone

    I’ve heard about openFrameworks 0.6 (as of yet unreleased) and specifically efforts to support building apps using oF for the iPhone. There are a few developers who have published videos of their efforts and even several apps in the AppStore. Memo Atken has a very informative article about setting up the prerelease 0.6 version for […]

  • TrafficFlow: Prototype

    Ameya and I presented the prototype of TrafficFlow yesterday at ITP for our Spatial Media midterm project. It is an installation-based table which visualizes wireless traffic on a local network as gracefully flowing rivers of light. Each user on a network has an individual connection to the internet and may have a conceptual model of […]