code wiki / x11

topic: x11

15 modules sharing the x11 name family (derived from the tree's prefix discipline).

The 'x11' topic family in the Nishi sovereign ecosystem implements bits-up X11 protocol support for rendering and input handling in a decentralized environment. Modules like nx_x11_connect establish wire-protocol connections, nx_x11_paint provides rendering primitives, and nx_x11_keyboard_gate ensures key mappings align with browser input standards, enabling seamless interaction across modules.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_x11_connect.nxbits-up X11 wire-protocol connection setup.2588
nx_x11_connect_real_test.nxSession 1 of bits-up browser arc.532
nx_x11_font_test.nxverify rendering text with a REAL X server font (anti-jank): OpenFont +422
nx_x11_get_image.nxbits-up X11 GetImage opcode + reply read.1103
nx_x11_keyboard.nxbits-up X11 keyboard input for the game platform (F1105).1648
nx_x11_keyboard_gate.nxproves the keysym -> browser-vk fold (the codes nx_input_abstract1013
nx_x11_paint.nxbits-up X11 painting primitives.2199
nx_x11_paint_text_5x7.nxbits-up text rendering using the693
nx_x11_pixmap.nxbits-up X11 off-screen pixmap drawable.693
nx_x11_pixmap_kat_test.nxminimal pixmap paint+capture KAT.812
nx_x11_put_image.nxbits-up X11 PutImage: the framebuffer -> window blit the game platform1207
nx_x11_put_image_gate.nxbyte-asserts the PutImage encoder against the X11 wire spec, the1073
nx_x11_screenshot.nxcapture a drawable's pixels and drop them672
nx_x11_window.nxbits-up X11 CreateWindow + MapWindow.2259
nx_x11_window_real_test.nxbits-up real Windows window.752