There's Finch, but that's quite obviously CLI.PSyMastR said:Doesn't Pidgin run on GTK? IF so, then I think its already in the pandora (unless this version of pidgin is a different front end for libpurpl.
CyruzDraxs said:Mono is unlikely for quite awhile as it's not even fully functional on a desktop and would likely run rather slow on the Pandora.
Mono is surprisingly good now, I've recently used it commercially on a small embedded system (Geode based, clocked at 400Mhz) and was really impressed with how well it worked. WinForms is still a little ropey in places but good enough in most cases. I'm certainly expecting to be able to develop using C# on the Pandora with an SDL wrapper or GTK#.
Back on topic, I'm intending to port the little known but truly superb JUCE.
javaJake said:Looks really nice, but I'd like to see some benchmarks for performance. I tried to go digging for some, but... well, it's pretty nasty out there on the 'net.
It is probably not fast, it supports sub-pixel positioning, antialiasing and I think it renders to an unaccelerated framebuffer (not sure if that's the case for all platforms). Having said that, it's always been fast enough for me and I've used it on systems that were probably much slower with less RAM than the Pandora.
The main reason that I want to port JUCE is that it has superb audio support and I want to try to make a small pocket sequencer. It is also one of the best examples of clean OO design in C++ that I know (IMHO).