Showing 41 open source projects for "input"

View related business solutions
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 1
    Keycastr

    Keycastr

    KeyCastr, an open-source keystroke visualizer

    KeyCastr requires access to the macOS Accessibility API in order to receive your key events and broadcast the keystrokes you are interested in. On newer versions of macOS (10.15+) there is a new Input Monitoring menu under Security & Privacy within the System Preferences app, and KeyCastr will appear there automatically the first time you run it. Simply unlock this menu and check the box next to KeyCastr to enable it. On older versions of macOS, or if for some reason the app doesn't appear under the Input Monitoring menu (or if you want to pre-enable it) then you may manually add it to the list of apps in the Accessibility menu. ...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 2
    Lunar

    Lunar

    Intelligent adaptive brightness and monitor control app for macOS

    ...It intelligently adapts to environmental conditions by using external or built-in ambient light sensors and location-based cues like sunrise and sunset times. Users can fine-tune many aspects of their displays, including volume, contrast, screen orientation, and input switching, all through native macOS interfaces or customizable hotkeys. The tool also includes advanced features such as dimming below 0% for low-light conditions and blackout controls that power off screens without disrupting connected hardware.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    MailTrackerBlocker

    MailTrackerBlocker

    Email tracker, read receipt and spy pixel blocker plugin, macOS Mail

    MailTrackerBlocker is a macOS Mail plugin that prevents email tracking pixels from collecting user data. It enhances privacy by blocking hidden tracking mechanisms used by marketing emails.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    KIF

    KIF

    An iOS functional testing framework

    KIF, which stands for Keep It Functional, is an iOS integration test framework. It allows for easy automation of iOS apps by leveraging the accessibility attributes that the OS makes available for those with visual disabilities. KIF builds and performs the tests using a standard XCTest testing target. Testing is conducted synchronously in the main thread (running the run loop to force the passage of time) allowing for more complex logic and composition. This also allows KIF to take advantage...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 5
    QMUI iOS

    QMUI iOS

    A solution to improve the efficiency of project UI development

    ...Whether it is the creation of a new project or the maintenance of an existing project, development efficiency and project quality can be greatly improved. You only need to modify a configuration table to adjust the global style of the App, including colors, navigation bars, input boxes, lists, etc. One modification takes effect globally. Expand multiple UIKit components, provide richer features and functions, improve development efficiency; solve common compatibility problems of different iOS versions. Provides rich and commonly used UI controls, easy to use and flexible, and supports custom control styles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Media Converter
    Media Converter is a plugin based video and audio converter. It uses FFmpeg as its engine, which allows it to convert to a lot of formats.
    Leader badge
    Downloads: 122 This Week
    Last Update:
    See Project
  • 7
    CocoaRestClient

    CocoaRestClient

    A free, native Apple macOS app for testing HTTP/REST endpoints

    CocoaRestClient is a Mac OS X app for testing HTTP/Restful endpoints. I love curl, but sometimes I need my output XML or JSON pretty printed. I want to be able to save frequent PUT and POST bodies for later and copy and paste responses easily. Think of this as a curl with a light UI. The goal of this project is to build a lightweight native Cocoa app for testing and debugging HTTP Restful services. This project was greatly inspired by the Java rest-client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XLForm

    XLForm

    XLForm is the most flexible and powerful iOS library

    XLForm is a powerful Objective-C framework for creating dynamic and customizable forms in iOS applications. It simplifies the process of building forms with various input types, validation, and UI customization.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    TZImagePickerController

    TZImagePickerController

    A clone of UIImagePickerController

    ...It offers an easy-to-integrate UI for selecting photos and videos from the user’s library, including features like multi-selection, original photo options, and cropping. It is frequently used in iOS applications that require user media input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 10
    SBJson 5

    SBJson 5

    This framework implements a strict JSON parser and generator

    Chunk-based JSON parsing and generation in Objective-C. SBJson's number one feature is stream/chunk-based operation. Feed the parser one or more chunks of UTF8-encoded data and it will call a block you provide with each root-level document or array. Or, optionally, for each top-level entry in each root-level array. With this you can reduce the apparent latency for each download/parse cycle of documents over a slow connection. You can start parsing and return chunks of the parsed document...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SlackTextViewController

    SlackTextViewController

    A drop-in UIViewController subclass with a growing text input view

    A drop-in UIViewController subclass with a growing text input view and other useful messaging features. Meant to be a replacement for UITableViewController & UICollectionViewController. This library is used in our iOS app. At its inception, the library satisfied our product needs and was flexible enough to be reused by others wanting to build great messaging apps for iOS. Works out of the box with UITableView or UICollectionView or UIScrollView.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JSQMessages View Controller

    JSQMessages View Controller

    An elegant messages UI library for iOS

    An elegant messages UI library for iOS. As it turns out, messaging is something that iOS devs and users really want. Messaging of any kind has turned out to be an increasingly popular mobile app feature in all sorts of contexts and for all sorts of reasons. Thus, I am supporting this project in my free time and have added features way beyond what Hemoglobe ever needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AGEmojiKeyboard

    AGEmojiKeyboard

    Emoji Keyboard for iOS

    AGEmojiKeyboard is a customizable emoji keyboard for iOS applications. It provides an easy way to add emoji input functionality similar to iOS's native keyboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    YYKit

    YYKit

    A collection of iOS components

    ...The repository splits out independent submodules such as YYModel (a high-performance JSON ↔ model mapping layer), YYCache (a fast caching system), YYImage (image handling, including support for formats like WebP, APNG, GIF), YYWebImage (asynchronous image loading and caching), YYText (a rich text display and editing component), YYKeyboardManager (keyboard/input management), YYAsyncLayer, YYDispatchQueuePool, and various handy Categories that extend Foundation/UIKit with utility methods. YYKit is intended to be modular, though historically some interdependencies exist, which is why the author suggests using the individual components where possible instead of the entire monolithic library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MMMarkdown

    MMMarkdown

    An Objective-C framework for converting Markdown to HTML

    ...Unlike other Markdown libraries, MMMarkdown implements an actual parser. It is not a port of the original Perl implementation and does not use regular expressions to transform the input into HTML. MMMarkdown tries to be efficient and minimize memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EZAudio

    EZAudio

    An iOS and macOS audio visualization framework

    ...For instance, under the hood an EZAudioPlot knows that it will subclass a UIView for iOS or an NSView for OSX and the EZMicrophone knows to build on top of the RemoteIO AudioUnit for iOS, but defaults to the system defaults for input and output for OSX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SuperCollider

    SuperCollider

    Real-time audio synthesis engine and music programming language

    N.B. SuperCollider is now hosted at GitHub, and the most recent versions can be downloaded from there. http://supercollider.github.io A real time audio synthesis engine, and an object-oriented programming language specialised for music. SuperCollider was created in 1996 by James McCartney, now (since version 3) released as free software.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    FXForms

    FXForms

    Library for easily creating table-based forms on iOS

    FXForms is a form-building framework for iOS that turns model definitions into polished data-entry screens with minimal boilerplate. You describe your form fields declaratively—types, titles, options, validation hints—and the library generates a UITableView-based UI using appropriate cells and input controls. It supports common patterns like pickers, switches, segmented controls, text fields, and text views, while letting you supply custom cells when your design demands it. The framework handles value binding between the UI and your model object, so you don’t have to wire up outlets or write repetitive save/validate code. Navigation behaviors such as next-field focus and section grouping are built in, improving usability out of the box. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    UIImageView+Letters

    UIImageView+Letters

    UIImageView category for using initials as a placeholder image

    UIImageView-Letters is a utility for generating letter-based placeholder images inside UIImageView. It is often used for user avatars where a profile image is unavailable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    appledoc

    appledoc

    Objective-c code Apple style documentation set generator

    appledoc is command line tool that helps Objective-C developers generate Apple-like source code documentation from specially formatted source code comments. It's designed to take as readable source code comments as possible for the input and use comments as well as surrounding source code to generate visually appealing documentation in the form of HTML as well as fully indexed and browsable Xcode documentation set. Additionally, you can of course use documentation generated by appledoc for your products (free or commercial), but you must attribute appledoc either in the documentation itself or another appropriate place such as your website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A GUI Cocoa Application for use with Open Source PianoBar. Developed by OmNomRobot
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...Wiiji is the perfect joystick solution for Wii remotes on Mac. Wii remotes will appear as joysticks to the OS. It does this through a kernel extention. It can emulate keyboard input. It runs in the menu bar.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    JSONKit

    JSONKit

    Objective-C JSON

    ...The API provides flexible options such as mutable or immutable containers, pretty printing, and tolerances for common JSON formatting quirks. Developers can stream or parse in one shot, and they get predictable error reporting when malformed input is encountered. Because the output is standard Foundation objects, it drops into existing code with minimal adaptation. Even as the platform matured, JSONKit remained a reference point for how to write fast, reliable serialization code on Apple platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A C++ object orientated 2D game engine for Windows, Mac OS, Linux and iPhone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →