Articles tagged "cocoa"

2012
Nov
22

IOKit is an important framework in Mac OS X, providing almost all kernel and driver specific functions and structures. Since all of this stuff is very low level, IOKit is mostly implemented using plain C and therefore cannot be be used in PyObjC and...

2012
Oct
27

Because Cappuccino is a reimplementation of Cocoa for the web, most Mac apps apps can be converted to Cappuccino with very few architectural changes. In this tutorial we will convert the handy RoundedBox widget by accomplished Cocoa dev Matt Gemmel to Cappuccino.