Entries Tagged as 'Open Source'

The Widget Jones Library – released

EU Edge is proud to announce the release of another Open Source project, called The Widget Jones Library.

The Widget Jones Library is a lightweight, flexible, template driven widget build system. It is intended to simplify creating portable widgets. Write your code once, build it with WJL, then run it on several widget platforms like

The Widget Jones Library is licensed under the Mozilla Public License 1.1.

To learn more about the WJL, visit the Widget Jones Library project page.

Trying to get through a kernel patch

After having trouble setting up my selection of CH joysticks to work with X-Plane on my Gentoo Linux based laptop, I did some research. It seems that the issue is a well known one: on 64 bit Linux systems, joystick control events are not passed through to 32 bit applications. And X-Plane is such - a closed source application, available in 32 bit binaries only.

Despite the issue being raised earlier on the linux-kernel list, this was not yet fixed in the kernel. So I posted a patch again, hoping for the best.

Let’s see how the open source movement works in this case.

But then again, the issue wouldn’t come up at all if one could get X-Plane compiled for 64-bit systems, or better yet, re-compile X-Plane on his own for whatever platform he wants to.