Tuesday, May 20, 2008

Source Code Published

I have posted the source code for Corkboard, my multi-touch application for browsing xkcd comics. This, of course, also includes the source for my Objective-C framework for receiving TUIO messages. It is still a little hard-coded for my setup in a few places, but I would be happy to help anybody get it running on their computer. You can find the source and a compiled download at http://code.google.com/p/corkboard/. This is my first Objective-C program, and first time hosting a project on Google Code, so lets hope nothing is missing.

6 Comments:

Blogger ksl said...

Hi!
It's Amanda with KSL TV -- please call me and leave a number and email address where I can reach you to talk about how you did in the competition!

May 21, 2008 8:38 AM  
Blogger screaming said...

I can't get corkboard to launch, it looks like I missing something called _kCGColorBlack. Is there something else I need to install to get that file? I found this in the console:

Host Name: Logan
Date/Time: 2008-05-24 20:09:11.613 -0700
OS Version: 10.4.11 (Build 8S165)
Report Version: 4

Command: Multitouch
Path: /Volumes/Corkboard/Corkboard.app/Contents/MacOS/Multitouch
Parent: WindowServer [113]

Version: ??? (1.0)

PID: 26767
Thread: Unknown

Link (dyld) error:

Symbol not found: _kCGColorBlack
Referenced from: /Volumes/Corkboard/Corkboard.app/Contents/MacOS/Multitouch
Expected in: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

May 24, 2008 8:15 PM  
Blogger screaming said...

Also, the xkcd Review launches but with errors, but this isn't as big a deal since I can get them myself through drag and drop.

May 24, 2008 8:17 PM  
Blogger Bridgeyman said...

The reason it is not working is because you are not running Leopard. Core Animation is a Leopard-only technology, unfortunately. I am surprised the _kCGColorBlack thing is the only error you are getting.
However, xkcd Review should work on Tiger. What error are you getting? Have you used the comic manager to download the comics and transcripts yet?

May 24, 2008 8:38 PM  
Blogger screaming said...

I emailed you a screen shot of the error. The app launches, but it doesn't seem to do anything besides launch the link when I hit the "help transcribe button." Yeah I need to upgrade to leopard, I'll try this again when I get to work.

May 25, 2008 12:35 AM  
Blogger ksl tv said...

Hi- it's KSL, is your computer back? How can I get a hold of you??? Please call

May 28, 2008 10:59 AM  

Post a Comment

<< Home