awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to blueloveth/pocketpy

Open-source alternatives to Pocketpy

16 open-source projects similar to blueloveth/pocketpy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pocketpy alternative.

  • boostorg/pythonAvatar von boostorg

    boostorg/python

    530Auf GitHub ansehen↗

    Boost.org python module

    C++
    Auf GitHub ansehen↗530
  • bytedeco/javacppAvatar von bytedeco

    bytedeco/javacpp

    4,697Auf GitHub ansehen↗

    JavaCPP is a JNI C++ bridge and foreign function interface that provides a binding generator, a native library loader, and a native memory manager. It automates the creation of Java wrappers around native C++ headers and shared libraries to enable interoperability between the two languages. The project features a C++ binding generator that parses header files to automatically produce the necessary glue code and interfaces for calling native functions. It includes a native library loader that locates and extracts platform-specific binaries from the classpath into a local cache for runtime exec

    Javacc-plus-pluscpp
    Auf GitHub ansehen↗4,697
  • cesanta/v7Avatar von cesanta

    cesanta/v7

    1,451Auf GitHub ansehen↗

    Embedded JavaScript engine for C/C++

    C
    Auf GitHub ansehen↗1,451
  • chaiscript/chaiscriptAvatar von ChaiScript

    ChaiScript/ChaiScript

    3,119Auf GitHub ansehen↗

    Embedded Scripting Language Designed for C++

    C++c-plus-pluscppembedded-scripting-language
    Auf GitHub ansehen↗3,119
  • charto/nbindAvatar von charto

    charto/nbind

    1,999Auf GitHub ansehen↗

    :sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket:

    C++asmjsc-plus-plusemscripten
    Auf GitHub ansehen↗1,999

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • copernicamarketingsoftware/php-cppAvatar von CopernicaMarketingSoftware

    CopernicaMarketingSoftware/PHP-CPP

    1,447Auf GitHub ansehen↗

    Library to build PHP extensions with C++

    C++
    Auf GitHub ansehen↗1,447
  • cython/cythonAvatar von cython

    cython/cython

    10,767Auf GitHub ansehen↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    Auf GitHub ansehen↗10,767
  • mono/cppsharpAvatar von mono

    mono/CppSharp

    3,385Auf GitHub ansehen↗

    Tools and libraries to glue C/C++ APIs to high-level languages

    C#bindingsbridgec
    Auf GitHub ansehen↗3,385
  • pybind/pybind11Avatar von pybind

    pybind/pybind11

    17,913Auf GitHub ansehen↗

    pybind11 is a header-only C++ binding library that exposes C++ functions and classes as Python modules. It serves as a language bridge, mapping native types, inheritance hierarchies, and lambda functions into compatible Python objects to enable high-performance native code execution. The library includes specialized integration for NumPy arrays, utilizing buffer protocols to bind native C++ data without copying memory. It provides a toolkit for mapping C++ standard library data structures and smart pointers into the Python environment while maintaining cross-language memory management. The p

    C++
    Auf GitHub ansehen↗17,913
  • saghul/txiki.jsAvatar von saghul

    saghul/txiki.js

    3,081Auf GitHub ansehen↗

    A tiny JavaScript runtime

    C
    Auf GitHub ansehen↗3,081
  • svaarala/duktapeAvatar von svaarala

    svaarala/duktape

    6,208Auf GitHub ansehen↗

    Duktape is an embeddable JavaScript engine and portable scripting runtime designed for integration into C and C++ applications. It functions as a lightweight ECMAScript runtime that provides a C-JavaScript bridge for exchanging data and invoking functions between native code and a script execution environment. The engine includes an ECMAScript bytecode compiler that allows for the serialization and caching of compiled functions to disk to reduce application startup time. It organizes script dependencies using a CommonJS-compliant module loader. The runtime covers a variety of capabilities in

    JavaScriptduktapejavascriptjavascript-engine
    Auf GitHub ansehen↗6,208
  • swig/swigAvatar von swig

    swig/swig

    6,294Auf GitHub ansehen↗

    SWIG is a tool that generates wrapper code to expose C and C++ libraries to a wide range of higher-level programming languages. It reads annotated C/C++ header files and produces language-specific bindings from a single interface definition, supporting languages such as Python, Java, Ruby, C#, Perl, and many others. The generated wrapper code is free from the project's GPL license, allowing users to distribute it under their own terms. The tool handles modern C++ features including templates, namespaces, smart pointers, and constructs up to C++20 through specialized parsing and code generatio

    SWIG
    Auf GitHub ansehen↗6,294
  • taviso/ctypes.shAvatar von taviso

    taviso/ctypes.sh

    2,170Auf GitHub ansehen↗

    A foreign function interface for bash.

    C
    Auf GitHub ansehen↗2,170
  • tbenthompson/cppimportAvatar von tbenthompson

    tbenthompson/cppimport

    1,229Auf GitHub ansehen↗

    Import C++ files directly from Python!

    Python
    Auf GitHub ansehen↗1,229
  • thephd/sol2Avatar von ThePhD

    ThePhD/sol2

    5,072Auf GitHub ansehen↗

    Sol2 is a C++ Lua binding library that serves as a language interoperability layer for integrating Lua scripts into C++ applications. It acts as a scripting wrapper and API toolkit, enabling the execution of Lua code and the management of shared state within a native C++ environment. The library focuses on automated function and type mapping to bridge native C++ classes and complex data types with the Lua scripting engine. It provides mechanisms for bidirectional data exchange, allowing compiled logic and variables to be synchronized between the host application and the script runtime. The s

    C++
    Auf GitHub ansehen↗5,072
  • wjakob/nanobindAvatar von wjakob

    wjakob/nanobind

    3,572Auf GitHub ansehen↗

    nanobind: tiny and efficient C++/Python bindings

    C++
    Auf GitHub ansehen↗3,572