I was looking for comments :)
Em dom., 31 de mar. de 2024 às 18:34, Thiago Milczarek Sayão <
thiago.sa...@gmail.com> escreveu:
> Hi,
>
> I am doing some efforts here:
> https://github.com/openjdk/jfx/pull/1381
>
> Why?
>
> This is initial Wayland support work, since it will require EGL to draw
Hi,
I am doing some efforts here:
https://github.com/openjdk/jfx/pull/1381
Why?
This is initial Wayland support work, since it will require EGL to draw to
a Wayland surface. EGL is also supported on Xorg.
The idea is to prefer EGL and fallback to GLX as it's done in Gtk, for
example. I don't kno