KaijuEngine/kaiju

Wayland port of the X11 code

Open

#535 aberto em 13 de dez. de 2025

Ver no GitHub
 (2 comments) (0 reactions) (1 assignee)Go (194 forks)auto 404
engine runtimegood first issuelinux

Métricas do repositório

Stars
 (4.569 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

  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.

Guia do colaborador