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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesInput State Monitors

Utilities for monitoring currently pressed keys in real-time.

Distinct from Keyed Element Tracking: Distinct from Keyed Element Tracking: focuses on real-time input state monitoring rather than DOM element identity management.

Explore 6 awesome GitHub repositories matching user interface & experience · Input State Monitors. Refine with filters or upvote what's useful.

Awesome Input State Monitors GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tanstack/tableAvatar TanStack

    TanStack/table

    28,119Vezi pe GitHub↗

    TanStack Table is a headless, framework-agnostic engine designed for building complex data grids and managing tabular state. By decoupling data processing logic from the visual rendering layer, it allows developers to implement custom user interfaces while offloading sophisticated operations like sorting, filtering, grouping, and pagination to a unified, performant core. The library distinguishes itself through its commitment to type safety and environment flexibility. It leverages strict type definitions to ensure data integrity across the entire application and utilizes an adapter pattern t

    Provides utilities for monitoring currently pressed keys in real-time.

    TypeScriptdatagriddatagridsdatatable
    Vezi pe GitHub↗28,119
  • tanstack/routerAvatar TanStack

    TanStack/router

    14,681Vezi pe GitHub↗

    TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search parameters, and data loaders across the entire application stack. It functions as a comprehensive framework for server-side rendering, enabling the generation of complete HTML pages to improve initial load performance and search engine optimization. By integrating declarative data fetching, the library manages asynchronous information at the route level, supporting preloading, caching, and parallel request execution to ensure data is ready before components render. The project

    Monitors currently pressed keys in real-time to enable interactive UI feedback.

    TypeScriptframeworkfullstackjavascript
    Vezi pe GitHub↗14,681
  • anomalyco/opentuiAvatar anomalyco

    anomalyco/opentui

    12,131Vezi pe GitHub↗

    Opentui is a terminal user interface framework for building interactive command line applications. It provides a component-based system featuring a flexbox layout engine, a virtual node component tree, and a low-level 2D cell array renderer. The project is distinguished by a sophisticated keyboard binding engine that maps complex multi-stroke sequences and chords to named commands using prioritized, reactive layers. It also implements a plugin architecture that allows external modules to inject custom UI components into designated layout slots and extend input logic at runtime. Its capabilit

    Subscribes to events for keymap state changes, pending sequences, and diagnostic errors.

    TypeScript
    Vezi pe GitHub↗12,131
  • tanstack/virtualAvatar TanStack

    TanStack/virtual

    6,971Vezi pe GitHub↗

    Monitors which keys are currently pressed in real time and exposes state through hooks.

    TypeScriptjavascriptperformancereact
    Vezi pe GitHub↗6,971
  • microsoft/directxtkAvatar microsoft

    microsoft/DirectXTK

    2,781Vezi pe GitHub↗

    DirectXTK is a C++ library designed to simplify 2D and 3D graphics, audio, and input programming for DirectX applications. It serves as a comprehensive toolkit providing high-level wrappers for DirectX graphics, audio management, and input handling. The toolkit includes a graphics wrapper for loading textures and rendering 3D models and 2D sprites, alongside a dedicated audio manager for sound effects and 3D spatial audio. It also provides an input handler to track and process state updates from keyboards, mice, and gamepads. The library covers a broad capability surface including 3D math an

    Monitors keyboard, mouse, and gamepad activity in real-time to drive application logic.

    C++cpp-librarydesktopdirectx
    Vezi pe GitHub↗2,781
  • cococry/leifAvatar cococry

    cococry/leif

    1,035Vezi pe GitHub↗

    Leif is an OpenGL-backed immediate mode graphical user interface library and graphics rendering framework. It provides a lightweight control flow where layouts and components are rebuilt every frame without retaining an internal scene graph, backed by hardware-accelerated graphics. The framework utilizes GPU-accelerated batch rendering to draw high volumes of primitives efficiently by grouping geometry into single vertex buffers. Developers can bypass standard rendering wrappers to access the underlying renderer directly, drawing raw graphics and custom geometry alongside standard interface c

    Monitors keyboard and mouse states through a built-in input handling subsystem to drive interactive application logic.

    Cguiimguiminimal
    Vezi pe GitHub↗1,035
  1. Home
  2. User Interface & Experience
  3. Interface Element Management
  4. Keyed Element Tracking
  5. Input State Monitors