Hi everyone,
go.wde, my cross-platform bare-bones drawing library, is actually cross-platform now! A kind stranger with the github username papplampe made a pull request last night adding a windows backend, and I migrated the cocoa backend in as well. Add that to the existing X backend and go.wde works on the three primary desktop platforms.
There are certainly some kinks to still be worked out (mostly with the keyboard and non-glyph keys), but it's entirely usable for raster drawing and event handling.
- John