Daily Archives: April 14, 2006

Geograph Guppy

Geograph is taking a bit a hammering at the moment, which is frustrating for all those trying to submit new photos. A few months back I started working on a desktop application codenamed Guppy (“Geograph Uploader”) which would let you queue up your submissions quickly, which the application would then upload for you while you did other things.

Looks like it’s time I completed it!

I’m writing the software in C++ using the wxWidgets GUI framework. This should (hopefully) mean I can produce a Mac version fairly easily. So far so good – I’ve not used a single Win32 API, which bodes well.