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:
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!
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
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.
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?
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.
Hi- it's KSL, is your computer back? How can I get a hold of you??? Please call
Post a Comment
<< Home