mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:03:02 +00:00
7e0f7d3abd
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. |
||
---|---|---|
.. | ||
alsa | ||
dbus | ||
fontconfig | ||
libdecor-0 | ||
pulse | ||
speechd | ||
udev | ||
wayland | ||
X11 | ||
xkbcommon | ||
README.md |
Linux/BSD headers
Please keep categories (##
level) listed alphabetically and matching their
respective folder names. Use two empty lines to separate categories for
readability.
ALSA
- Upstream: https://www.alsa-project.org/
- Version: 1.1.3-5
- License: LGPL-2.1+
Patches in the patches
directory should be re-applied after updates.
dbus
- Upstream: https://www.freedesktop.org/wiki/Software/dbus/
- Version: 1.12.2
- License: AFL-2.1
fontconfig
- Upstream: https://www.freedesktop.org/wiki/Software/fontconfig/
- Version: 2.12.6
- License: fontconfig
libdecor
- Upstream: https://gitlab.freedesktop.org/libdecor/libdecor/
- Version: 0.1.1
- License: MIT
pulse
- Upstream: http://pulseaudio.org/
- Version: 1.11.1
- License: LGPL-2.1+
speechd
- Upstream: https://www.freebsoft.org/pub/projects/speechd/
- Version: 0.8.8
- License: LGPL-2.1+
udev
- Upstream: https://www.freedesktop.org/wiki/Software/systemd/
- Version: 237
- License: LGPL-2.1+
wayland
- Upstream: https://gitlab.freedesktop.org/wayland/wayland
- Version: 1.21.0 (8135e856ebd79872f886466e9cee39affb7d9ee8, 2022)
- License: MIT
X11
- Upstream: https://x.org/wiki/
- Version:
- Xcursor: 1.2.0
- Xext: 1.3.5
- Xinerama: 1.1.4
- Xi: 1.7.10
- Xlib: 1.6.9
- Xrandr: 1.5.2
- Xrender: 0.9.10
- License: MIT
xkbcommon
- Upstream: https://xkbcommon.org/
- Version: 1.4.0
- License: MIT