Contur 2
Educational OS kernel simulator
Loading...
Searching...
No Matches
ftxui_renderer.h File Reference

FTXUI-backed IRenderer implementation for off-screen and headless rendering. More...

#include <cstddef>
#include <memory>
#include <string>
#include "contur/tui/i_renderer.h"

Go to the source code of this file.

Classes

class  contur::FtxuiRenderer
 FTXUI off-screen renderer implementing IRenderer. More...

Namespaces

namespace  contur

Detailed Description

FTXUI-backed IRenderer implementation for off-screen and headless rendering.

FtxuiRenderer renders a TuiSnapshot to an in-memory FTXUI Screen of fixed dimensions. It is intentionally non-interactive (no event loop) so that it can be used in tests and in headless pipelines without a real terminal.

For the interactive TUI loop see FtxuiApp.

Definition in file ftxui_renderer.h.