awesome-repositories.com
Blog
awesome-repositories.com

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

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

5 Repos

Awesome GitHub RepositoriesCross-Platform Libraries

Libraries designed to function consistently across multiple programming languages and server architectures.

Distinct from Cross-Platform: None of the candidates fit; they are either specific to media servers, clients, or game engines.

Explore 5 awesome GitHub repositories matching web development · Cross-Platform Libraries. Refine with filters or upvote what's useful.

Awesome Cross-Platform Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • haxefoundation/haxeAvatar von HaxeFoundation

    HaxeFoundation/haxe

    6,880Auf GitHub ansehen↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Includes a package manager for downloading and managing third-party libraries from a central registry.

    Haxecompilercross-platformhaxe
    Auf GitHub ansehen↗6,880
  • hathach/tinyusbAvatar von hathach

    hathach/tinyusb

    6,524Auf GitHub ansehen↗

    TinyUSB

    Provides a portable USB library that compiles across diverse microcontroller architectures from different manufacturers.

    Cembeddedmidimsc
    Auf GitHub ansehen↗6,524
  • libusb/libusbAvatar von libusb

    libusb/libusb

    6,085Auf GitHub ansehen↗

    libusb is a cross-platform user-space library that provides a consistent C API for discovering, configuring, and communicating with USB devices from applications. It abstracts operating-system-specific USB driver details behind a single interface that works on Linux, macOS, Windows, and other platforms, enabling developers to write portable USB code without platform-specific knowledge. The library supports both synchronous and asynchronous I/O models for USB transfers. Synchronous operations block the calling thread until a transfer completes, offering a straightforward sequential programming

    Provides a consistent user-space API to discover, configure, and communicate with USB devices across operating systems.

    C
    Auf GitHub ansehen↗6,085
  • rapidai/rapidocrAvatar von RapidAI

    RapidAI/RapidOCR

    5,968Auf GitHub ansehen↗

    RapidOCR is an offline deep-learning OCR engine that detects and recognizes text in images using ONNX Runtime, operating entirely without an internet connection. It provides a unified inference pipeline that runs across multiple platforms including Windows, Linux, macOS, Android, and Raspberry Pi, with programming language bindings for Python, C++, Java, and C#. The engine separates text detection and recognition into independent modules that can be swapped or fine-tuned individually, and abstracts the inference backend behind a unified interface allowing seamless switching between ONNX Runti

    Ships a text recognition library with Python, C++, Java, and C# bindings using a unified ONNX pipeline.

    Pythonchineseocrcrnndbnet
    Auf GitHub ansehen↗5,968
  • earlephilhower/arduino-picoAvatar von earlephilhower

    earlephilhower/arduino-pico

    2,812Auf GitHub ansehen↗

    This project provides a development framework that enables programming Raspberry Pi Pico microcontrollers using the Arduino environment and standard C++ libraries. It serves as a unified platform for compiling, debugging, and deploying firmware to diverse hardware boards based on the RP2040 and RP2350 architectures. The framework distinguishes itself through native support for symmetric multicore execution, allowing developers to distribute independent tasks across multiple processor cores to manage complex workloads. It also includes a specialized library for USB peripheral emulation, enabli

    Includes specialized drivers for configuring the device to act as standard USB peripherals.

    Ca2dparduinoarduino-pico
    Auf GitHub ansehen↗2,812
  1. Home
  2. Web Development
  3. Cross-Platform Libraries

Unter-Tags erkunden

  • Microcontroller USB Libraries1 Sub-TagPortable USB libraries that compile across diverse microcontroller architectures from different manufacturers. **Distinct from Cross-Platform Libraries:** Distinct from Cross-Platform Libraries: specifically targets microcontroller USB libraries, not general cross-platform software libraries.
  • OCR LibrariesA text recognition library supporting Python, C++, Java, and C# with a unified ONNX-based inference pipeline. **Distinct from Cross-Platform Libraries:** Distinct from Cross-Platform Libraries: focuses on OCR-specific library, not general cross-platform functionality.
  • Package Registry ManagementDownloading, installing, and updating third-party libraries from a central package registry for reuse across projects. **Distinct from Cross-Platform Libraries:** Distinct from Cross-Platform Libraries: focuses on the management of libraries via a package registry rather than the libraries themselves.