awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tanstack/tableTanStack 的头像

    TanStack/table

    28,119在 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
    在 GitHub 上查看↗28,119
  • tanstack/routerTanStack 的头像

    TanStack/router

    14,681在 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
    在 GitHub 上查看↗14,681
  • anomalyco/opentuianomalyco 的头像

    anomalyco/opentui

    12,131在 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
    在 GitHub 上查看↗12,131
  • tanstack/virtualTanStack 的头像

    TanStack/virtual

    6,971在 GitHub 上查看↗

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

    TypeScriptjavascriptperformancereact
    在 GitHub 上查看↗6,971
  • microsoft/directxtkmicrosoft 的头像

    microsoft/DirectXTK

    2,781在 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
    在 GitHub 上查看↗2,781
  • cococry/leifcococry 的头像

    cococry/leif

    1,035在 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
    在 GitHub 上查看↗1,035
  1. Home
  2. User Interface & Experience
  3. Interface Element Management
  4. Keyed Element Tracking
  5. Input State Monitors