What is Linux’s native GUI API?

前端 未结 12 1374
遇见更好的自我
遇见更好的自我 2020-12-02 03:05

Both Windows (Win32 API) and OS X (Cocoa) have their own APIs to handle windows, events and other OS stuff. I have never really got a clear answer as to what Linux’s equival

12条回答
  •  离开以前
    2020-12-02 03:49

    Wayland is also worth mentioning as it is mostly referred as a "future X11 killer".

    Also note that Android and some other mobile operating systems don't include X11 although they have a Linux kernel, so in that sense X11 is not native to all Linux systems.

    Being cross-platform has nothing to do with being native. Cocoa has also been ported to other platforms via GNUStep but it is still native to OS X / macOS.

提交回复
热议问题