godot/.github/workflows
Riteo 7e0f7d3abd Add Wayland support
Not everything is yet implemented, either for Godot or personal
limitations (I don't have all hardware in the world). A brief list of
the most important issues follows:

- Single-window only: the `DisplayServer` API doesn't expose enough
information for properly creating XDG shell windows.

- Very dumb rendering loop: this is very complicated, just know that
the low consumption mode is forced to 2000 Hz and some clever hacks are
in place to overcome a specific Wayland limitation. This will be
improved to the extent possible both downstream and upstream.

- Features to implement yet: IME, touch input, native file dialog,
drawing tablet (commented out due to a refactor), screen recording.

- Mouse passthrough can't be implement through a poly API, we need a
rect-based one.

- The cursor doesn't yet support fractional scaling.

- Auto scale is rounded up when using fractional scaling as we don't
have a per-window scale query API (basically we need
`DisplayServer::window_get_scale`).

- Building with `x11=no wayland=yes opengl=yes openxr=yes` fails.

This also adds a new project property and editor setting for selecting the
default DisplayServer to start, to allow this backend to start first in
exported projects (X11 is still the default for now). The editor setting
always overrides the project setting.

Special thanks to Drew Devault, toger5, Sebastian Krzyszkowiak, Leandro
Benedet Garcia, Subhransu, Yury Zhuravlev and Mara Huldra.
2024-01-30 16:44:47 +01:00
..
android_builds.yml Bump the java version to version 17 2023-10-17 15:08:03 -07:00
godot_cpp_test.yml CI: Bump version for actions/checkout@v4 and actions/setup-dotnet@v3 2023-09-04 16:05:57 +02:00
ios_builds.yml CI: Bump version for actions/checkout@v4 and actions/setup-dotnet@v3 2023-09-04 16:05:57 +02:00
linux_builds.yml Add Wayland support 2024-01-30 16:44:47 +01:00
macos_builds.yml Use colored output on CI for Doctest 2023-10-28 09:22:36 +02:00
runner.yml CI: Allow skipping our GHA workflows with DISABLE_GODOT_CI variable 2023-08-02 17:48:47 +02:00
static_checks.yml Fix various typos with codespell 2023-11-11 23:01:24 +01:00
web_builds.yml CI: Update mymindstorm/setup-emsdk to v14, should fix cache folder conflicts 2024-01-25 13:12:43 +01:00
windows_builds.yml Add a python script to install Direct3D 12 SDK components. 2024-01-24 20:11:43 +08:00