FLTK logo

Re: [fltk.coredev] Exploration: FLTK platform compatible with both Wayland and X11

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Exploration: FLTK platform compatible with both Wayland and X11 Bill Spitzak Mar 31, 2022  
 
Yes, that is what I think is correct. "Wayland support" pretty much requires "Wayland + X11 support" as Wayland-only is not going to work in too many situations and is a pita for the user if they have to run in both. But absolutely as much code should be shared as possible, which means they should both use Cairo, I would also make X11 draw into a local buffer (not sure how this gets done) as this matches how it works on Wayland, and is much faster.

I'm also wondering if there are tricks that could be used to get the windows positioned using the Xlib api, while using Cairo for everything else.

On Thu, Mar 31, 2022 at 7:07 AM Manolo <manolo.gouy@gmail.com> wrote:
It's of course necessary to maintain in FLTK 1.4 an X11-only version of the code.
That's necessary for relatively old systems because Wayland requires recent Linux versions.
That's also necessary for Unix-but-not-Linux systems (e.g., NetBSD, FreeBSD, Darwin) because there's no Wayland outside Linux at this point.

One possibility to be considered could be as follows:

FLTK 1.4 would propose two "platforms" for Unix systems

1) the X11 platform, as it's now in the git repo. It would be usable on a large set of systems, Linux or Unix, old or new, Darwin, Cygwin.

2) a new in 1.4 platform which would be for recent Linux systems only, and would be a hybrid library with Wayland and X11 backends. Both backends would draw with Cairo and use Pango for text.
That would be a merge of the present wayland and display-cairo branches.
Maintainers of the FLTK packages in Linux distributions could be told to consider using this platform for FLTK 1.4 and above.
It would be produced with OPTION_USE_WAYLAND under CMake or with ./configure --enable-wayland

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/20d2c4ee-762d-4629-aba8-ad1910e132acn%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/CAL-8oAgkyuJhHVXQ-X5TDxDAbU3RLLpjgHFZyj1bWAiXSw%3D8qA%40mail.gmail.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.