robot icon indicating copy to clipboard operation
robot copied to clipboard

Need to support other windowing systems on Linux

Open dkrutsko opened this issue 9 years ago • 3 comments

X11 is great, but the windowing systems on Linux are changing. In order for certain distributions to become supported, libraries like Wayland and Mir will need to be used instead. While we're at it, might as well look into using something like XCB instead?

dkrutsko avatar Apr 17 '16 20:04 dkrutsko

I personally have limited experience with Linux and Linux Windowing Systems. A project of this caliber is probably best suited for somebody more experienced. Also I have no idea if X11 is still compatible, if Mac is any indication, switching libraries dynamically is most likely the best approach.

dkrutsko avatar Apr 17 '16 20:04 dkrutsko

If you need windows in Linux you could use SDL2 or anything like that. These libraries are very minimal and to the point while still being able to handle all the corner cases of X11 and such. Or you could base your cross platform windowing needs on wxWidgets.

ghost avatar Apr 27 '16 03:04 ghost

Hey, please see my response here: https://github.com/Robot/robot/issues/10#issuecomment-214964372

dkrutsko avatar Apr 27 '16 04:04 dkrutsko