KaijuEngine/kaiju

Wayland port of the X11 code

Open

#535 aperta il 13 dic 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)Go (194 fork)auto 404
engine runtimegood first issuelinux

Metriche repository

Star
 (4569 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  1. Would want to rename x11 files to linux except for the x11.h and x11.c files.
  2. Would like to use a preprocessor define to switch between the X11 and Wayland implementations.
  3. The Go API needs to remain the same as it matches on Windows, Linux (X11), Mac, and Android.

For the most part, this should mostly be just doing all the same C functions but using Wayland underneath instead of X11.

Guida contributor