As WarFoundry v0.1 "Cry Havoc" approaches release, I was wondering where the focus should lie. I can guess, but I thought I'd check with the people here to make sure
I'm investigating a Qt# interface in my tinkering time this evening because last night's GTK# development was an absolute PITA. GTK+ is written for C, and GTK# is what you could call a "thin wrapper" around GTK+ (i.e. they've basically changed as little as possible and lots of it either has cryptic ways of getting at what you need or could do with a convenience method for the common stuff). Qt is bound to C++, so hopefully the Qyoto bindings will be nicer to work with. It's also a Qt4 binding, so it'll blend in with GTK apps in a Gnome desktop
I've also included Cocoa# for any Mac users, in case there are any, but I've not got a Mac development environment to help out there. I do have an old iBook G4, but it's still on OS X 10.3 and so Mono (and several other apps) don't support it any more. I would update to 10.5 but it'd need more memory and I don't have the money for either upgrade.