Hacker News new | ask | show | jobs
by Stephanemw 2137 days ago
Oh wow, blast from the past!

Yes there was! I built something for the JVM, way back in the days as I wanted exactly this for my Zaurus (X11 'wasted' 800kb!)

My first pass was pure-Java as that was a thing back then, that and at 320x240 it was plenty fast enough; accessing the framebuffer as a random-access file and streaming from the input devices worked well enough. This also made it easy to support VNC. The BDF font renderer was fun to write and eventually got re-used in JNode and I think there was query about Maemo too.

The project went through a few name changes (fbAWT, Odonata, FBToolkit)[0] and later also formed part of a collaboration with Guillaume Legris refactoring the rendering plugins and adding microbackend support.

Guillaume added native libraries to speed things up for larger screens and generally took over maintenance; my life had got a bit busy.

FBToolkit was also accepted as one of the projects used to try out the emerging OpenJDK open collaboration process [1].

Happy to answer questions if I remember that far back :-)

[0] fbAWT, Odonata, FBToolkit (zips actually work?!): http://web.archive.org/web/20060821072155/http://odonata.tan...

[1] Framebuffer Toolkit: http://openjdk.java.net/projects/fbtoolkit/