macruby

Latest

  • 360 MacDev day two: a recap of the Denver nerd-fest

    by 
    Steve Sande
    Steve Sande
    12.13.2010

    Saturday was the second and last day of 360 MacDev in Denver, and it was full of excellent topics from the world of Mac development. Although I was unable to stay for the last three speakers (my apologies, guys!), the morning and lunch sessions were very useful and educational. To start off the festivities were Dave Wiskus of Double Encore (the sharp-dressed man standing next to the conference poster with legs at right) and Kyle Richter of Dragon Forged Software with a talk titled "iOS: the Gateway Drug." Wiskus and Richter were thinking of possible Mac-related papers for the conference a while back when they got the idea of taking one of the Double Encore "Massively Overrated" iOS apps -- KeyGrinder (free) -- and porting it to Mac OS X and the Mac App Store. TUAW reviewed KeyGrinder earlier this year. KeyGrinder is a small app -- you get into the app, get a password hash, and then pop back out. The challenge was to turn this into something usable in OS X, so they decided to set the app up with a menu bar icon as a primary user interface element. Users would be able to drag a URL to that icon, then have the app open up with the URL pre-populated and password hash visible. Their usual modus operandi is to draw out ideas for the UI on paper, create a wireframe, then make a mockup and finally look at style guides for additional tweaks.

  • Apple Tutorial: Developing with MacRuby

    by 
    Mat Lu
    Mat Lu
    10.22.2008

    Apple has posted an interesting new tutorial on developing OS X applications with MacRuby. MacRuby is an implementation of the Ruby programming language "ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, and the CoreFoundation framework."What this means is that applications written with MacRuby can be a full-fledged Cocoa application with all the advantages that entails. The tutorial will take you through the process of installing MacRuby as well as building a sample application with Xcode. So if you've ever wanted to get started thinking about developing for the Mac, but have always been intimidated by Objective-C (which pretty much describes me), playing around with MacRuby might be just the ticket to get you started. [via MacVolPlace]