awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesFrame Buffer View Managers

Systems for organizing rendering output into ordered views and frame buffers.

Distinct from Buffer and Cache Management: Distinct from Buffer and Cache Management: focuses on high-level rendering view organization rather than low-level memory management.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Frame Buffer View Managers. Refine with filters or upvote what's useful.

Awesome Frame Buffer View Managers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fathyb/carbonylAvatar de fathyb

    fathyb/carbonyl

    19,194Ver en GitHub↗

    Carbonyl is a Chromium-based terminal browser that renders web pages directly within a command line interface. It functions as a terminal web renderer and a headless browser interface, allowing users to view and interact with modern web content without leaving the terminal environment. The project enables web browsing and headless browser visualization by converting Chromium pages into a format viewable in a terminal. This allows for CLI integrated browsing and provides a method for remote server web access when a graphical window server or X11 forwarding is unavailable.

    Reads the current visual state of the Chromium browser window to determine which characters to render.

    Rustbrowserchromiumterminal
    Ver en GitHub↗19,194
  • browsh-org/browshAvatar de browsh-org

    browsh-org/browsh

    18,884Ver en GitHub↗

    Browsh is a text-based web browser and headless browser frontend that renders modern websites and web applications within a terminal emulator. It functions as a TTY web browser, allowing users to view and interact with complex web content directly from a command line interface. The project enables web navigation in environments where a graphical user interface is unavailable, such as when accessing a remote server via SSH or operating in low-bandwidth conditions. It translates browser pixels and colors into ANSI escape codes to simulate a graphical interface using text characters. The system

    Maintains a virtual map of the screen to send only changed characters for smoother terminal updates.

    JavaScriptbandwidth-saverhttp-performancemosh
    Ver en GitHub↗18,884
  • bkaradzic/bgfxAvatar de bkaradzic

    bkaradzic/bgfx

    17,161Ver en GitHub↗

    bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides a unified interface that maps high-level rendering commands to native graphics APIs, allowing developers to maintain a single codebase that executes consistently across diverse operating systems and hardware architectures. The library distinguishes itself through a multi-threaded command submission model that decouples rendering logic from the main application thread, effectively minimizing CPU bottlenecks. It utilizes a backend-agnostic command buffer and a deferred resource

    Organizes rendering output into multiple views and frame buffers to support complex multi-pass effects.

    Cd3d11d3d12directx
    Ver en GitHub↗17,161
  • d2phap/imageglassAvatar de d2phap

    d2phap/ImageGlass

    12,241Ver en GitHub↗

    ImageGlass is a lightweight image viewer and editor designed for Windows environments. It provides a unified interface for displaying a wide range of file types, including raw camera files, vector graphics, and web formats, while offering tools for basic image transformation and metadata inspection. The application distinguishes itself through deep integration with the host operating system, including the ability to synchronize its internal viewing order with the file explorer's sorting state. It supports complex media by providing playback controls for multi-frame and animated files, allowin

    Manages multi-page image sequences by indexing individual frames and providing temporal controls for animation and extraction workflows.

    C#avifcsharpdirect2d
    Ver en GitHub↗12,241
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Process and Memory Management
  5. Memory Management
  6. Buffer and Cache Management
  7. Frame Buffer View Managers

Explorar subetiquetas

  • TTY Frame Buffers1 sub-etiquetaVirtual screen maps used to optimize terminal updates by sending only changed characters. **Distinct from Frame Buffer View Managers:** Specific to TTY terminal character maps rather than general graphical rendering view managers