OpenCV 360iDev 2011 Slides

Thanks again to those of you that came out to my Intro to OpenCV talk at 360idev.com 2011.  I don’t generally put much text on my slides (or notes for that matter), but there are images, code snippets, and links of interest.  You can grab a pdf of the slides right here.

Posted in Conferences | 2 Comments

Visualizing Music with FMOD and OpenGL

Hey Folks!

As promised, here are my slides and demo code for my recent 360iDev (Austin 2010) talk.  It’s a walkthrough of how to setup and use the FMOD (fmod.org) audio engine on iOS.  It also shows how to do some simple beat detection to drive visualizations.  Enjoy!

Visualizing Music with FMOD Demo Code

Visualizing Music with FMOD 360iDev Slides

Posted in Hidden Elephant | Leave a comment

360iDev: Introduction to 2d Game Programming Using cocos2d

I was extremely pleased with the number of people that showed up to my 360iDev talk on cocos2d.  You can download the slides below.  I’m not a big fan of packing slides full of text and I’m not sure how useful they’ll be without the commentary, but I’ll let you judge for yourself.  If there’s enough interest, I’m more than happy to record a screencast version of the talk.  Just say the word and I’ll add it to my todo list.

Download pdf: Introduction to 2d Game Programming Using cocos2d

Posted in Hidden Elephant | 19 Comments

WWDC: A First-Timer's Thoughts

WWDC 2009 ended about two weeks ago and I thought I’d take a moment to share some of my thoughts with you.  If you’ve been to WWDC, I doubt you’ll find much here that you haven’t personally experienced.  It’s okay to leave.  You won’t hurt my feelers ;-).  If you’ve never been to WWDC and happen upon this post as we head into WWDC 2010 or beyond, then read on and learn from my first trip.

Continue reading

Posted in Conferences | Tagged | 7 Comments

Targeting iPhone 2.x on Snow Leopard with Xcode 3.2

A few of my fellow WWDC 2009 attendees and I drank a little too much of the Apple Kool-Aid and installed Snow Leopard and Xcode 3.2 over our existing Leopard installations.  Unfortunately, iPhone 2.x SDKs were no longer available.

sdk30_drop_down

Continue reading

Posted in Tools | Tagged , | 5 Comments

Judge Scrabby Finally Approved and Released

Scrabble fiends rejoice!  It took about three weeks longer than it really should have (details here), but Judge Scrabby, my Scrabble word challenger, is finally in the App Store.

For those of you wondering how I managed to get such an “objectionable” application through the review process, it turned out to be quite simple.  Drum roll please … My super awesome technique boils down to doing absolutely nothing to Judge Scrabby.  That’s right, nada, zilch, zero.  I simply resubmitted the binary that had been previously rejected.  I must have had this app store reviewer the first time through ;-).

Now go play some Scrabble.  You know you want to.

Posted in Hidden Elephant | 2 Comments

Ridiculous App Store Rejection

I recently submitted Judge Scrabby, a companion application to Scrabby (an anagram and Scrabble word finder), to Apple’s App Store.  The application is very simple and, in my humble opinion, does one thing extremely well.  Judge Scrabby simply tells you whether or not a challenged set of words are valid according to Scrabble game rules.

Here’s the main screen where a user can get a quick refresher on how to perform a challenge and where they can enter the words being challenged:

Judge Scrabby main screen.

I figured in about seven days time I’d hear back from Apple with my approval and I’d be off on my merry way.  But alas, life with Apple and the App Store is far from easy sometimes.

Continue reading

Posted in App Store | Tagged | 9 Comments

Quick Jump From Finder to Terminal

fterminal_web_image2Every now and then I find myself in the Finder and really wishing that I was at the Terminal’s command prompt within that Finder directory.  Here’s a short screencast discussing the “open .” command to easily take you from Terminal to Finder and an AppleScript that makes jumping from the Finder’s current directory to the Terminal a breeze.  Enjoy!

Download fTerminal AppleScript.

Posted in Tools | Tagged | 1 Comment

Scrabby Release

Scrabby, the Scrabble word finder, is now available on the iTunes App Store. Pick up a copy.  It’s free for a limited time or forever. I haven’t made up my mind yet, so take advantage of my vacillation and get it while it’s free.

Posted in Announcements | 2 Comments