X11/Linux-specific window lifecycle, event loop, and drawing helpers.
Key exports
createWindowState(title, width, height, frameMs, updateOnDispatch)— create X11 window stateshowWindow(window)/hideWindow(window)— map or unmap an X11 windowmoveWindow(window, x, y)— move an X11 windowresizeWindow(window, width, height)— resize an X11 windowsetFullscreen(window, enabled)— best-effort fullscreen by resizing to display bounds- helpers for display/context management
Notes
- Prefer using the generic
GUIfacade; import this module when you need Linux-specific features.