Search
Tags
2008 Acorn AquaticPrime Automator Cocoa CoreImage corevideo Cracks Default Event Flying Meat Geode Headline iPhone iPhoneDevCamp iphone development iRoster isight Links macbook Misc Open Source pinboard Python quicktime sequence grabber seth pmc charity software auction Software Source Source Code SpaceNavigator Spotlight Sqlobject subversion tarnishing touchcode TouchCode iPhone TouchMap toxicmedia toxicsoftware.com WebNoteHappy WordPress wwdc xbel xsltMeta
Tag Archives: Source Code
R.I.P Toxic Progress Indicator
Thanks to Matt Gemmell for pointing out that Apple has finally provided a pie chart style NSProgressIndicator for the circular/determinate modes. This style is new to Leopard. This means my Toxic Progress Indicator class can be retired, at least for … Continue reading
SpaceNavigator controlled Lego Mindstorms NXT
It’s my second year of coaching a First Lego League team. The experience has been fantastic, I’m teaching 4th and 5th grade children about robots and computers, and teaching them to build and program their own robots. This year the … Continue reading
Posted in Default
Tagged Cocoa, Lego, Links, Mindstorms, NXT, Source Code, SpaceNavigator
View Comments
Subversion Moved
I’ve had a lot of emails asking where the subversion repository has gone. The simple answer is I’ve stopped hosting my public subversion repository on DreamHost and have now created a Google Project for it. The project URL is: http://code.google.com/p/toxic-public/ … Continue reading
‘Discrete’ NSLevelIndicatorCell too slow
I recently needed to embed the ‘Discrete’ variant of the NSLevelIndicatorCell into an NSTableView. The discrete cell looks like this: Unfortunately adding the cell caused drawing of the table’s window to slow to crawl. The spinning beachball of death would … Continue reading
ToxicMedia & SequenceGrabber Stable
I’ve moved all the SequenceGrabber utility code into its own framework: ToxicMedia.framework, the code is available from trunk/Frameworks/ToxicMedia. All my projects that use CoreImage, CoreVideo or QTKit now depend on this framework. Now I don’t need to update 4 or … Continue reading
More SequenceGrabber Updates
Spurred on by interest in my Sequence Grabber source code I’ve added a whole slew of new functionality to it tonight (for various reasons this code is a lot of fun to work on). The most important change is CCoreImageView … Continue reading
Posted in Default
Tagged CoreImage, corevideo, isight, quicktime, sequence grabber, Source Code, toxicmedia
Comments Off
Sequence Grabber Updated
My sequence grabber code (previously mentioned here) has been updated. It should be a lot easier to get up and running now – I’ve added a “CSequenceGrabberView” NSView subclasss that you just need to drag and drop into your nib’s … Continue reading
Posted in Default
Tagged CoreImage, corevideo, isight, quicktime, sequence grabber, Source Code, toxicmedia
Comments Off
Sequence Grabber code now has Motion Detection
I’ve added basic motion detection capabilities to Cocoa Sequence Grabber code now. This is what happens when your cat wakes you up too darn early after peeing under the computer desk. Sample movie (MP4/QuickTime 7 required, 64KB file): MotionDetection.mp4 No … Continue reading
Posted in Default
Tagged CoreImage, corevideo, isight, quicktime, sequence grabber, Source Code, toxicmedia
View Comments