Craftymind: Recent Episodes

None

Hacking away at UI development

View Details

Today we’re announcing the release of Adrift for iOS. I built this with some excellent design and sound work from Tack Mobile. You can play an online demo at http://www.playadrift.com and download the game from there. The game was built with Cocos2d for the phone, and the site is built using html5 technologies. I’m hoping to […]

View Details

GUIMark 3 has just been released and it’s aimed squarely at benchmarking mobile devices. The debate this time around concerns the relative speed differences between Flash and HTML5 on your phone or tablet. With a month and a half in the making, 4 unique tests, and over 200 results this was a big one and […]

View Details

Introduction It’s been exactly one year since GUIMark 2 was created and it seems the natives are growing restless. Over the past few years I have spoken with and worked with a few vendors about performance issues in web technologies. Most of this stuff usually stays pretty internal, but this time I’ve gotten a new […]

View Details

Since releasing my first app to the Mac App Store I’ve been thinking about how I wish I had more options available to me as both a developer and consumer. The following is my wishlist for the perfect desktop app store, basically it takes the best parts of Steam and the best parts of the […]

View Details

Lately I’ve been on a kick…instead of wishing for software to work the way I want, I’m just gonna build it the way I want instead. Today one of those ideas has come to fruition and I’m happy to announce it’s launch in the new Mac App Store. Space Gremlin is an app I wrote […]

View Details

Crude instructions have started showing up online with ways to circumvent Apples Mac App store receipt validation. By simply copying receipt and info.plist data from a free app and pasting it into a paid app, you can run apps copied from friends computers or bittorrent. I myself have a copy of a paid app (not […]

View Details

I was having a discussion with a coworker about png compression for the iphone and wanted to resolve the issue of whether we should bundle Fireworks source assets in xcode for quick editing and recompiling, or if we should export compressed versions to use for the bundling phase. I know the iPhone does it’s own […]

View Details

I am very happy to finally announce the release of GUIMark 2. After a couple weeks of building and testing, I feel I’ve finally created the best visual benchmarks I could come up with for comparing both Flash and HTML5. The results reveal a lot of interesting technical differences between the two environments. You can […]

View Details

Posted by Sean Christmann Introduction Two years ago I had an itch that needed scratching. “RIA” was the future of the web and every major company seemed to have a solution to get us there. I developed the first version of GUIMark to not only get a good understanding of the respective technologies, but also […]

View Details

I’ve been doing a bit of experimenting with the Canvas and Video tags in HTML5 lately, and found some cool features hiding in plain sight. One of those is the Canvas.drawImage() api call. Here is the description on the draft site. 3.10 Images To draw images onto the canvas, the drawImage method can be used. […]