TERM

Mac

Chipmunk 6.1 preview.

Chipmunk Logo

It has been a few months since Chipmunk 6.0.3 was released! We’ve had a lot of contracting work to distract us from core Chipmunk development lately. Even so, we’ve been cooking up some new features and now I’m currently working full time putting the final touches on 6.1. So …

ScribBall 2 nearly complete!

Our semi-private beta has gone well and we’ve gotten a lot of positive feedback. People really seem to like the new themes. So far we have 8, but we also hope to grow that number and make it easy to have user created themes as some have expressed an interest in making their own.

Make an Mac OSX App Bundle for your Java Application

Java programs are often distributed as runnable jar files. The idea is that the same jar can be run on any platform. Of course, the core tenet behind ‘write-once-run-everywhere’ is giving users of each platform a slightly different, yet mediocre user experience. I’ll address how to …