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

7 repos

Awesome GitHub RepositoriesInput Handling

Mechanisms for capturing, processing, and normalizing raw signals from hardware devices and software events into usable application data.

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

  1. Home
  2. User Interface & Experience
  3. Form and Input Management
  4. Input Handling

Awesome Input Handling GitHub Repositories

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

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • Genymobile/scrcpy

    Genymobile/scrcpy

    135,888GitHubView on GitHub↗

    This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It functions by establishing a persistent, multiplexed communication channel over the Android Debug Bridge, allowing for the transmission of raw binary data streams between a host computer and a connected mobile

    Candroidcffmpeg
  • microsoft/PowerToys

    microsoft/PowerToys

    129,929GitHubView on GitHub↗

    PowerToys is a collection of background-resident system utilities designed to extend native operating system functionality and streamline desktop workflows. It operates as a modular toolkit, utilizing a central plugin-based host architecture that allows users to dynamically enable or disable specific features for syste

    C#advanced-pastecolor-pickercommand-palette
  • jesseduffield/lazygit

    jesseduffield/lazygit

    72,698GitHubView on GitHub↗

    Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without rely

    Gocligitterminal
  • ocornut/imgui

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    C++apicplusplusframework
  • alacritty/alacritty

    alacritty/alacritty

    62,575GitHubView on GitHub↗

    Alacritty is a cross-platform terminal emulator that provides a consistent command-line environment across Linux, macOS, and Windows. It functions as a configuration-driven terminal, relying on a declarative file format to manage user preferences, key bindings, and visual styling. The application distinguishes itself

    Rustbsdgpulinux
  • deepfakes/faceswap

    deepfakes/faceswap

    54,974GitHubView on GitHub↗

    Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a modular pipeline that manages the entire lifecycle of facial feature extraction, deep learning model training, and image conversion. By coordinating complex computer vision workflows, the system enables users

    Pythondeep-face-swapdeep-learningdeep-neural-networks

Explore sub-tags

  • Cross-Device Input SharingSoftware enabling the control of multiple networked computers via a single set of input peripherals.
  • Event-Driven Input HandlersSystems that process user input events through asynchronous loops to trigger specific application actions or interface updates.
  • Keyboard Input PollersNon-blocking detection of user key presses.
  • Modifier Key ListenersEvent handling utilities that detect and respond to specific system modifier keys like Ctrl, Alt, or Shift during user interactions.
  • Native Input MappersTranslators that convert peripheral signals into kernel-level input events.
  • Platform-Specific Input BridgingMapping native OS events into a unified internal format for cross-platform consistency.