awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasBlogMapa del sitio
ProyectoAcerca dePrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

4 repositorios

Awesome GitHub RepositoriesMobile Framework Libraries

Compilation of core logic into libraries for integration into native mobile applications.

Distinct from Mobile Binary Compilation: Focuses on providing a library (SDK) for other apps rather than a standalone binary.

Explore 4 awesome GitHub repositories matching mobile development · Mobile Framework Libraries. Refine with filters or upvote what's useful.

Awesome Mobile Framework Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • infinitered/nsfwjsAvatar de infinitered

    infinitered/nsfwjs

    8,908Ver en GitHub↗

    NSFW detection on the client-side via TensorFlow.js

    Detects adult content in images on mobile devices using TensorFlow.js for React Native applications.

    TypeScriptcontent-managementjavascriptmachine-learning
    Ver en GitHub↗8,908
  • lightningnetwork/lndAvatar de lightningnetwork

    lightningnetwork/lnd

    8,154Ver en GitHub↗

    Lnd is a full implementation of the Lightning Network protocol, functioning as a Bitcoin Layer 2 daemon that manages payment channels and settles transactions on the Bitcoin blockchain. It serves as an off-chain payment processor and a cryptographic wallet manager, enabling the execution of instant, scalable transactions through a network node. The project distinguishes itself through a focus on secure node networking and programmatic control. It provides gRPC and REST API servers for automating payment workflows and utilizes macaroon-based authorization to delegate granular permissions via c

    Compiles core logic into libraries via the Go mobile toolchain for integration into mobile apps.

    Gobitcoinblockchaincryptocurrency
    Ver en GitHub↗8,154
  • golang/mobileAvatar de golang

    golang/mobile

    6,127Ver en GitHub↗

    The Go Mobile project is a framework and toolchain that enables Go developers to build native mobile applications for Android and iOS entirely in Go, or to compile Go packages into shared libraries that can be called from existing native mobile apps. It provides a complete set of libraries for handling mobile app lifecycle events, rendering 2D and 3D graphics through OpenGL ES, accessing device sensors like accelerometers and gyroscopes, processing touch and keyboard input, playing audio via OpenAL Soft, and reading bundled application assets. The project distinguishes itself by offering two

    Compiles Go code into a shared library that can be called from Java/Kotlin or Objective-C/Swift within an existing native app project.

    Go
    Ver en GitHub↗6,127
  • mozilla/uniffi-rsAvatar de mozilla

    mozilla/uniffi-rs

    4,326Ver en GitHub↗

    uniffi-rs is a Rust FFI binding generator and multi-language binding tool. It functions as an automated binding scaffolder that creates type-safe foreign function interfaces and native wrappers for Rust libraries in languages such as Swift, Kotlin, and Python. The project provides a system for cross-language interface definition, allowing functions and data structures to be specified in a shared format to ensure consistent API signatures across platforms. It further serves as an FFI memory management layer, handling object lifetimes and thread safety when sharing state between Rust and foreig

    Integrates Rust libraries into iOS and Android apps with automatic memory management and thread safety.

    Rustffi-layerrust-crate
    Ver en GitHub↗4,326
  1. Home
  2. Mobile Development
  3. Mobile Binary Compilation
  4. Mobile Framework Libraries

Explorar subetiquetas

  • Go Shared Library CompilationCompiles Go code into a shared library that can be called from Java/Kotlin (Android) or Objective-C/Swift (iOS) within an existing native app project. **Distinct from Mobile Framework Libraries:** Distinct from Mobile Framework Libraries: specifically compiles Go code into shared libraries for mobile SDK integration.
  • NSFW Detection LibrariesDetects adult content in images on mobile devices using TensorFlow.js for React Native applications. **Distinct from Mobile Framework Libraries:** Distinct from Mobile Framework Libraries: specifically provides NSFW detection capabilities for mobile apps rather than general framework libraries.
  • Rust Mobile Library IntegrationsIntegrates Rust libraries into mobile applications on iOS and Android with automatic memory management and thread safety. **Distinct from Mobile Framework Libraries:** Distinct from Mobile Framework Libraries: specifically targets Rust library integration with automatic memory management and thread safety across language boundaries.