2 repositorios
Software that renders user input activity (keystrokes and pointer events) as real-time on-screen graphics.
Distinct from Keyboard Mouse: Shortlist candidates are either 'awesome list' generic tags or specific mouse handlers, not the concept of a visualizer tool
Explore 2 awesome GitHub repositories matching user interface & experience · Input Visualizers. Refine with filters or upvote what's useful.
Keyviz is a keyboard and mouse visualizer that renders real-time input activity as a customizable on-screen overlay. It serves as a presentation input aid, displaying keystrokes and pointer events as animated graphics to make technical demonstrations and screen recordings easier for an audience to follow. The tool differentiates itself through deep visual customization, offering input layout themes for different keyboard types and the ability to modify the colors, sizes, and screen positions of the overlays. It supports specific visual effects for key groups and provides a system for labeling
Displays real-time keystrokes and mouse actions via an on-screen overlay for presentations and recordings.
Input Overlay es un sistema para renderizar la actividad del teclado, gamepad y ratón en tiempo real como una pantalla visual en pantalla. Funciona como un emisor de eventos de entrada que captura señales de hardware físico y las transmite a un cliente de renderizado para su uso en software de grabación y transmisión en vivo. El proyecto incluye una herramienta de configuración de diseño que utiliza archivos JSON estructurados para mapear eventos de hardware a texturas y coordenadas de pantalla específicas. También proporciona un mecanismo para convertir archivos de configuración heredados a esquemas actuales para asegurar la compatibilidad entre versiones. El software cubre la emisión de eventos de entrada, monitoreo de gamepad y el mapeo visual de disparadores de hardware a texturas en pantalla.
Renders user input activity as real-time on-screen graphics via custom textures.