Wednesday, April 7, 2010

New blog

Being a tinkerer, I just had to install my own blog. So please go to mythiclogos.com/blog for my recent posts.

Sunday, March 14, 2010

iPad ?

Today I bought an iPad. Cost: 666 Ominous? Yes. Costly? Yes. Aweomse? Oh yeah.

I can’t wait to get it. Not only for development purposes, but just the idea of being able to consume media (even simple books) easily and beautifully.

My 27’’ iMac (scarMac) has been amazing to have and use. And I think This will be as well.

This works. Another?

Thursday, January 7, 2010

Tools of the trade

Technologies of use:
  • iPhone Resources
  • GoogleApps
  • cocos2d An iPhone 2D game engine. Pretty sweet so far.
    Useful resources (pre 0.9): cocos2d home, tutorials: (start/help, rocks), class overview
  • jQuery
  • DTerm This a MacOSX program that opens a terminal command line at the location. It uses cmd-shift-return to open, esc to close. It is great for doing something to a directory such as updating a git, tarring, cp, or even opening a full terminal by pressing cmd-return for a command.
  • GIT A version control system.
  • iSimulate Allows for controlling the simulator with iPhone. Awesome.
  • Chipmunk A 2D physics engine that comes with cocos2d.
  • Blank Templates