Showing 12 open source projects for "input overlay"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    Input Overlay

    Input Overlay

    Show keyboard, gamepad and mouse input on stream

    InputOverlay is an open-source OBS Studio plugin for Windows and Linux that visualizes keyboard, mouse, and gamepad inputs on screen during livestreams or recordings. It presents inputs as overlay source with configurable presets.
    Downloads: 203 This Week
    Last Update:
    See Project
  • 2
    React DayPicker

    React DayPicker

    Date picker component for React

    Flexible, highly customizable, localizable, with ARIA support, no external dependencies, 7.4kB gzipped. Define the disabled or selected days and change the aspect of each day cell with modifiers. Display the date picker in an overlay using the DayPickerInput component. Specify which days should be selected in your component’s state. Use your own translation strings or import those from moment.js, if you use it. react-day-picker is designed to cover the most common needs for a date picker in web applications. This package includes the DayPicker component to render the calendar (see: basic concepts, API), and the DayPickerInput component to render an input field opening the DayPicker in an overlay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AI YouTube Shorts Generator

    AI YouTube Shorts Generator

    A python tool that uses GPT-4, FFmpeg, and OpenCV

    AI-YouTube-Shorts-Generator is a Python-based tool that automates the creation of short-form vertical video clips (“shorts”) from longer source videos — ideal for adapting content for platforms like YouTube Shorts, Instagram Reels, or TikTok. It analyzes input video (whether a local file or a YouTube URL), transcribes audio (with optional GPU-accelerated speech-to-text), uses an AI model to identify the most compelling or engaging segments, and then crops/resizes the video and applies...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 4
    Snowmix

    Snowmix

    Video mixer for mixing live and recorded video and audio feeds

    ...Control over both CLI and a TCP connections. Video input and outputs can be done through GStreamer pipelines or the GStreamer shmsrc/shmsink API. Supported for Ubuntu, Mint, Debian, Alma, CentOS, Fedora, Rocky, Mageia, Manjaro, MX Linux, OpenSUSE, EndeavourOS and macOS/OS X. Free support in the discussion forum. See Snowmix in action on Youtube http://www.youtube.com/user/Snowmix4video
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 5
    doom-modeline

    doom-modeline

    A fancy and fast mode-line inspired by minimalism design

    ...A window number segment for ace-window, winum and window-numbering. An indicator for modal editing state, including evil, overwrite, god, ryo and xah-fly-keys, etc. An indicator for battery status. An indicator for the current input method. An indicator for debug state. An indicator for the remote host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Charlatano

    Charlatano

    Proves JVM cheats are viable on native games

    ...Charlatano uses strong humanizing settings that bring the public the next step in free and open-source cheating software! Aim assistance mode for professional and high-level players. Bone trigger, reduced flash. Stream-proof OpenGL overlay with box and skeleton ESP. /Glow ESP (not stream-proof) Humanized bunny hop using scroll input. "Flat" aim bot with traditional linear-regression paths (not safe for use on leagues! use "PathAim" instead)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Vifir processes and displays electronic aviation charts (currenty VFR Sectional Charts) produced by the U.S. National Aeronautical Charting Office in a similar way to an Electronic Flight Bag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Stock Inventory Management

    PHP Stock Inventory Management System - POS

    A web-based application which will manage stock inventory so easily: Dashboard, Stock Management, Purchasing, Sales, Suppliers, Customers, Outstandings, and Payments. Nice look and feel interface. It supports to be displayed in mobile-device. This web application is actually generated by PHPMaker without touch any code in the generated script files. All the customization are done from inside of PHPMaker Project. Thus, all the changes are saved in the project side, so that you will be able...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 9
    DiffImg

    DiffImg

    Simple image comparison tool

    DiffImg is a simple image comparison tool which take two images with the same size as input. Some statitics are computed and the positions where pixel differ are displayed as a color mask.
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 10
    FileReader

    FileReader

    A FileReader polyfill for Internet Explore and Safari using Flash

    FileReader is a polyfill library combining JavaScript and Flash (SWF) to mimic the HTML5 File API in older browsers (notably Internet Explorer and Safari versions that did not support File API fully). It overlays a transparent Flash SWF over a DOM element to allow users to select files, then exposes a .files attribute etc., so that client-side file reading behaves more like modern standard. It is unmaintained now, since File API support is widespread.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    cmlplot

    A quick-and-dirty plotting program to be used from the unix shell.

    cmlplot is a small, simple and straightforward plotting program for GNU/Linux and MacOSX. cmlplot may be useful to people that love working from within the unix shell, hate herding the mouse around, and need a plotting program that can read standard input and can be used in unix pipelines : tac mydata.dat | awk '{print $17 " " $21 " " $23}' | cmlplot cmlplot can do simple x-y plots, can overlay two x-y plots, can draw histograms, can do scatter plots, and can draw contour plots of your matrices (using bicubic interpolation). It can even do pseudo-color representations of your matrices with (or without) overlaid contours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WGT is short for "WebGL Toolkit Module for GoogleWebToolkit". Besides the WebGL-Wrapper it does provide an Wrapper for Canvas2D, several math classes, a resource manager, an input manager, a simple scene manager framework and some other useful tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next