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
·

8 repository-uri

Awesome GitHub RepositoriesController Input Mappers

Systems for mapping physical controllers, keyboards, and on-screen buttons to custom emulator actions.

Distinct from Input And Controllers: Distinct from Input And Controllers: focuses on mapping inputs to emulator-specific actions like quick save/load, not general gamepad management.

Explore 8 awesome GitHub repositories matching part of an awesome list · Controller Input Mappers. Refine with filters or upvote what's useful.

Awesome Controller Input Mappers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • chvin/react-tetrisAvatar chvin

    chvin/react-tetris

    8,717Vezi pe GitHub↗

    This is a browser-based Tetris game built with React, using Redux and Immutable.js to manage all game state in a single immutable store. The application renders the game board, next-block preview, and score display as React components, with state transitions that are predictable and support time-travel debugging through the Redux DevTools Extension. The game distinguishes itself through several integrated capabilities. It automatically adapts between keyboard and touch controls based on the user's input device, with configurable repeat rates for responsive gameplay. A persistence layer serial

    Automatically switches between keyboard and touch controls based on the user's input device.

    JavaScriptimmutablereactredux
    Vezi pe GitHub↗8,717
  • valvesoftware/openvrAvatar ValveSoftware

    ValveSoftware/openvr

    6,615Vezi pe GitHub↗

    OpenVR is a software development kit and runtime that provides a unified API for accessing virtual reality hardware from multiple manufacturers. It abstracts vendor-specific headsets, controllers, and tracking systems into a common interface, enabling applications to work across different VR devices without requiring hardware-specific code. The SDK handles core VR operations including stereoscopic frame submission to a compositor, headset and controller tracking, and input binding that maps abstract application actions to physical device controls. The runtime is built around a modular driver

    Exposes VR controller inputs like buttons and triggers through a dedicated driver input API.

    C++hardwareopenvr-sdksdk
    Vezi pe GitHub↗6,615
  • rileytestut/deltaAvatar rileytestut

    rileytestut/Delta

    5,827Vezi pe GitHub↗

    Maps physical controllers, keyboards, and on-screen buttons for quick save and load actions in emulated games.

    Swift
    Vezi pe GitHub↗5,827
  • davidobot/betterjoyAvatar Davidobot

    Davidobot/BetterJoy

    4,698Vezi pe GitHub↗

    BetterJoy este un strat software și un driver pentru conectarea controllerelor Nintendo Switch Pro și Joy-Con la un mediu Windows prin Bluetooth sau USB. Funcționează ca un emulator de controller XInput și mapper de input pentru gamepad, traducând input-urile controllerului Nintendo Switch în semnale XInput pentru utilizare cu jocuri PC și emulatoare. Proiectul include un emulator de mouse cu giroscop care mapează giroscopul intern al controllerelor Nintendo Switch la mișcarea cursorului mouse-ului sistemului. De asemenea, oferă o interfață de configurare pentru remaparea butoanelor controllerului la taste de tastatură personalizate. Software-ul acoperă conectivitatea hardware pentru controllere wireless și cu fir, traducerea input-ului pentru software-ul de gaming și conversia datelor giroscopului în coordonate relative ale ecranului.

    Provides a mapping interface to bind physical controller buttons to emulator actions and keyboard keys.

    C#bluetoothcemucemu-emulator
    Vezi pe GitHub↗4,698
  • hedge-dev/unleashedrecompAvatar hedge-dev

    hedge-dev/UnleashedRecomp

    4,649Vezi pe GitHub↗

    UnleashedRecomp is a legacy software modernization project that uses static binary recompilation to enable native execution on Windows and Linux. Its primary purpose is to remove the need for emulation while updating old applications to support modern hardware and high-resolution displays. The project implements a game modding infrastructure that allows for the loading of external assets and custom software tweaks using standardized modification formats. It also includes an achievement tracking system that mirrors original platform notifications and a dedicated menu for monitoring progress.

    Expands controller support to include D-pad mapping, dynamic LED colors, and touchpad integration.

    C++
    Vezi pe GitHub↗4,649
  • serversideup/amplitudejsAvatar serversideup

    serversideup/amplitudejs

    4,313Vezi pe GitHub↗

    AmplitudeJS is a JavaScript library and framework for building custom HTML5 audio players. It serves as a client-side playlist manager and media controller that bridges the gap between HTML elements and the Web Audio API, allowing developers to create branded media interfaces without relying on default browser styles. The project is distinguished by its use of CSS-class-based DOM binding and data-attribute state mapping, which links HTML elements directly to playback controls and track metadata. It includes a dedicated visualization system that uses the Web Audio API to render real-time SVG w

    Detects user agents to switch between click and touch event listeners for mobile compatibility.

    JavaScriptcsshtmlhtml5
    Vezi pe GitHub↗4,313
  • gskinnerteam/flutter-folioAvatar gskinnerteam

    gskinnerteam/flutter-folio

    3,950Vezi pe GitHub↗

    flutter-folio is a reference application and portfolio demonstrating the implementation of a single codebase that delivers native user experiences across mobile, desktop, and web platforms. It serves as a showcase for cross-platform UI frameworks and design patterns targeting iOS, Android, macOS, Windows, Linux, and web browsers. The project focuses on adaptive UI design, providing examples of how to automatically adjust layouts and interaction patterns based on screen size and input devices. It illustrates the mapping of shared application logic to platform-specific idioms to meet the expect

    Implements automatic interface switching based on the detected input device type.

    Dart
    Vezi pe GitHub↗3,950
  • tekezo/karabinerAvatar tekezo

    tekezo/Karabiner

    3,787Vezi pe GitHub↗

    Karabiner is a system-level keyboard remapper and input modifier for macOS. It functions as a kernel-level interceptor that modifies raw hardware events before they reach the operating system, utilizing a virtual hardware device to inject synthesized keyboard and mouse actions. The project distinguishes itself as a context-aware input manager, applying modification rules dynamically based on the active application, connected hardware, or current input source. It serves as a keyboard macro engine capable of automating multi-key shortcuts and conditional behaviors. Its broader capabilities inc

    Applies input modifications conditionally based on the active application, connected device, or input source.

    C++
    Vezi pe GitHub↗3,787
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Input And Controllers
  5. Controller Input Mappers

Explorează sub-etichetele

  • Device-Aware Input Switching2 sub-tag-uriInput controllers that automatically switch between keyboard and touch controls based on the detected device type. **Distinct from Controller Input Mappers:** Distinct from Controller Input Mappers: focuses on automatic device detection and switching, not manual mapping of inputs to emulator actions.
  • Hardware Feature MappingMapping of advanced controller hardware features like LED lighting and touchpads. **Distinct from Controller Input Mappers:** Extends basic input mapping to include hardware-specific features like LEDs and touchpads