Watch the Game in Your Terminal
Yes, the terminal can show the game that contains the terminal. Please resist putting that terminal on a screen inside the game unless you have made peace with recursion.
Quick start
Section titled “Quick start”echo 1 > /sim/display/enabledcat /sim/display/streamPress Ctrl-C to stop reading, then turn capture back off:
echo 0 > /sim/display/enabledThe stream is already encoded as in-place Kitty graphics commands. A compatible purrTTY or Kitty
terminal paints each frame; cat does not decode pixels itself.
Tune it live
Section titled “Tune it live”echo 24 > /sim/display/fpsecho 640 > /sim/display/widthecho 360 > /sim/display/heightcat /sim/display/formatCapture is demand-paced. It costs nothing while disabled and only produces frames while a reader is present.
Display referenceControls, encodings, demand behavior, terminal requirements, and transport exclusions.