awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Internal Component Libraries · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesInternal Component Libraries

Provides modular building blocks such as parsers, buffers, and rendering engines intended for integration into larger terminal applications.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Internal Component Libraries. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Terminal and Command-Line Environments
  4. Terminal Interface Systems
  5. Terminal Emulation
  6. Internal Component Libraries

Awesome Internal Component Libraries GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/terminal

    microsoft/terminal

    101,848GitHubView on GitHub↗

    This project is a terminal emulator that provides a modern command-line interface with support for tabbed navigation, GPU-accelerated text rendering, and comprehensive Unicode character display. It functions as a host for multiple shell sessions, managing them as independent processes within a unified windowing environ

    C++cmdcommand-lineconsole

Explore sub-tags

  • Modular Terminal ComponentsTerminal architectures that enable the modular reuse of core components like text layout engines and parsers.
  • Text BuffersComponents that maintain a coordinate-based, memory-efficient representation of terminal content.
  • VT Sequence ParsersModules that decode ANSI and VT escape sequences into structured state updates for terminal interfaces.