Re: Creating a Window Manager to use Wayland (that's not in C)

2013-01-08 Thread Kristof
___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel Kristof,I'm currently working on something similar in Java for the Android platform.  I'm getting close to the point where I can throw my java binding code up on

Creating a Window Manager to use Wayland (that's not in C)

2013-01-07 Thread kristof
I'm planning on creating a rather minimal Haskell based compositor/window-manager for use with the Wayland display server protocol. After some reading, I've come to the conclusion that I need to create a Haskell API for the Wayland protocol by using the xml provided (I'll be using the one f