Tag archive for objective-c

Circle Slider Button – Cocos2D

Circle Slider Button – Cocos2D

As development of our first ipad app winds down, we are reflecting upon what we have learned and it is a lot. In this process, we have tread into some new territories. One of our proudest accomplishments is in the form of a completely new UI paradigm for the iOS…

Continue reading →

ThreeConvert OSX Batch Exporter Utility For three.js

ThreeConvert OSX Batch Exporter Utility For three.js

After working with the command line utilities for three.js I realized I was going to need a batch exporter for converting a group of 3d object files in one shot. So I whipped up an OSX app(ThreeConvert), that links to the three.js exporter python scripts…

Continue reading →

NSOpenPanel: Displaying a File Open Dialog in OS X 10.7

NSOpenPanel: Displaying a File Open Dialog in OS X 10.7

I’ve been coding a lot in Cocoa lately. When looking up how to create a file open dialog with NSOpenPanel, I found out that most of the source code on the web was out of date. With the release of OS X 10.7 a lot…

Continue reading →