Re: Is there any example to write a wayland desktop app?

2021-10-21 Thread Igor Korot
Hi, On Thu, Oct 21, 2021, 19:53 mx wrote: > Hi, >I just want to write a library. Qt is good enough to be used to write > an excellent app, but that's not my purpose. I now study wayland at " > https://wayland-book.com/introduction.html";. And I need a good example to > get start. Even thou

Re: Is there any example to write a wayland desktop app?

2021-10-21 Thread mx
Hi,    I just want to write a library. Qt is good enough to be used to write an excellent app, but that's not my purpose. I now study wayland at "https://wayland-book.com/introduction.html";. And I need a good example to get start. Even though the menu, popup and mdi are basic elements, they are

Re: Is there any example to write a wayland desktop app?

2021-10-21 Thread Igor Korot
Hi, On Thu, Oct 21, 2021, 03:08 mx wrote: > Hey, >I want to write a GUI library like QT. And I want to directly use > wayland and cairo/opengl. I can't find any good wayland app with menu, > popup menu, and mdi. Can you give me some recommendation? > Why not use Qt? Its already been ported

Is there any example to write a wayland desktop app?

2021-10-21 Thread mx
Hey,   I want to write a GUI library like QT. And I want to directly use wayland and cairo/opengl. I can't find any good wayland app with menu, popup menu, and mdi. Can you give me some recommendation?