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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesDevice-Aware Input Switching

Input 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.

Explore 5 awesome GitHub repositories matching part of an awesome list · Device-Aware Input Switching. Refine with filters or upvote what's useful.

Awesome Device-Aware Input Switching GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chvin/react-tetrisAvatar von chvin

    chvin/react-tetris

    8,717Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,717
  • valvesoftware/openvrAvatar von ValveSoftware

    ValveSoftware/openvr

    6,615Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,615
  • serversideup/amplitudejsAvatar von serversideup

    serversideup/amplitudejs

    4,313Auf GitHub ansehen↗

    AmplitudeJS ist eine JavaScript-Bibliothek und ein Framework zum Aufbau benutzerdefinierter HTML5-Audioplayer. Es dient als Client-seitiger Playlist-Manager und Medien-Controller, der die Lücke zwischen HTML-Elementen und der Web Audio API schließt und es Entwicklern ermöglicht, gebrandete Medienschnittstellen zu erstellen, ohne auf Standard-Browser-Stile angewiesen zu sein. Das Projekt zeichnet sich durch die Verwendung von CSS-Klassen-basiertem DOM-Binding und Data-Attribute-Zustands-Mapping aus, das HTML-Elemente direkt mit Wiedergabesteuerungen und Track-Metadaten verknüpft. Es enthält ein dediziertes Visualisierungssystem, das die Web Audio API nutzt, um Echtzeit-SVG-Wellenformen und songspezifische visuelle Effekte basierend auf Audiofrequenzdaten zu rendern. Die Bibliothek bietet umfassende Funktionen für die Medienbibliotheksverwaltung, einschließlich Playlist-Sequenzierung, Shuffle- und Repeat-Logik sowie Metadaten-Populierung. Sie handhabt Wiedergabesteuerungen wie Lautstärkemanagement, Wiedergabegeschwindigkeitsanpassung und Zeitstempel-Seeking, während sie ein ereignisgesteuertes Callback-System bietet, um Benutzeroberflächenänderungen mit spezifischen Wiedergabemeilensteinen zu synchronisieren. Das Framework unterstützt zudem externes Input-Mapping für Tastaturkürzel und enthält gerätebewusstes Event-Switching, um Interaktionen für mobile Touchscreens zu optimieren.

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

    JavaScriptcsshtmlhtml5
    Auf GitHub ansehen↗4,313
  • gskinnerteam/flutter-folioAvatar von gskinnerteam

    gskinnerteam/flutter-folio

    3,950Auf GitHub ansehen↗

    flutter-folio ist eine Referenzanwendung und ein Portfolio, das die Implementierung einer einzigen Codebasis demonstriert, die native Benutzererlebnisse über Mobil-, Desktop- und Webplattformen hinweg liefert. Es dient als Showcase für plattformübergreifende UI-Frameworks und Design-Patterns für iOS, Android, macOS, Windows, Linux und Webbrowser. Das Projekt konzentriert sich auf adaptives UI-Design und bietet Beispiele dafür, wie Layouts und Interaktionsmuster automatisch an Bildschirmgrößen und Eingabegeräte angepasst werden können. Es illustriert die Abbildung gemeinsamer Anwendungslogik auf plattformspezifische Idiome, um den Erwartungen verschiedener Betriebssysteme gerecht zu werden. Die Implementierung deckt Multi-Plattform-UX-Optimierung durch responsive Breakpoint-Logik und eingabebewusste Layouts ab. Es demonstriert die Verwendung einer einheitlichen Rendering-Engine, um ein konsistentes Benutzererlebnis über diverse Hardware-Umgebungen hinweg aufrechtzuerhalten.

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

    Dart
    Auf GitHub ansehen↗3,950
  • tekezo/karabinerAvatar von tekezo

    tekezo/Karabiner

    3,787Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗3,787
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Input And Controllers
  5. Controller Input Mappers
  6. Device-Aware Input Switching

Unter-Tags erkunden

  • Contextual Input RestrictionsConditional input rules that activate or deactivate based on system state or device context. **Distinct from Device-Aware Input Switching:** Focuses on applying restrictions based on active application and system context, rather than just switching between device types.
  • VR Input Control ExposuresAPIs for exposing buttons, triggers, joysticks, and other input controls from VR devices to the runtime. **Distinct from Device-Aware Input Switching:** Distinct from Device-Aware Input Switching: focuses on exposing VR-specific input controls via IVRDriverInput, not automatic device detection.