awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mono/cppsharp

Open-source alternatives to CppSharp

28 open-source projects similar to mono/cppsharp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best CppSharp alternative.

  • cython/cythoncython 的头像

    cython/cython

    10,767在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,767
  • boostorg/pythonboostorg 的头像

    boostorg/python

    530在 GitHub 上查看↗

    Boost.org python module

    C++
    在 GitHub 上查看↗530
  • bytedeco/javacppbytedeco 的头像

    bytedeco/javacpp

    4,697在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,697
  • pybind/pybind11pybind 的头像

    pybind/pybind11

    17,913在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗17,913

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • cesanta/v7cesanta 的头像

    cesanta/v7

    1,451在 GitHub 上查看↗

    Embedded JavaScript engine for C/C++

    C
    在 GitHub 上查看↗1,451
  • saghul/txiki.jssaghul 的头像

    saghul/txiki.js

    3,081在 GitHub 上查看↗

    A tiny JavaScript runtime

    C
    在 GitHub 上查看↗3,081
  • svaarala/duktapesvaarala 的头像

    svaarala/duktape

    6,208在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,208
  • swig/swigswig 的头像

    swig/swig

    6,294在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,294
  • taviso/ctypes.shtaviso 的头像

    taviso/ctypes.sh

    2,170在 GitHub 上查看↗

    A foreign function interface for bash.

    C
    在 GitHub 上查看↗2,170
  • tbenthompson/cppimporttbenthompson 的头像

    tbenthompson/cppimport

    1,229在 GitHub 上查看↗

    Import C++ files directly from Python!

    Python
    在 GitHub 上查看↗1,229
  • thephd/sol2ThePhD 的头像

    ThePhD/sol2

    5,072在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗5,072
  • chaiscript/chaiscriptChaiScript 的头像

    ChaiScript/ChaiScript

    3,119在 GitHub 上查看↗

    Embedded Scripting Language Designed for C++

    C++c-plus-pluscppembedded-scripting-language
    在 GitHub 上查看↗3,119
  • wjakob/nanobindwjakob 的头像

    wjakob/nanobind

    3,572在 GitHub 上查看↗

    nanobind: tiny and efficient C++/Python bindings

    C++
    在 GitHub 上查看↗3,572
  • charto/nbindcharto 的头像

    charto/nbind

    1,999在 GitHub 上查看↗

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

    C++asmjsc-plus-plusemscripten
    在 GitHub 上查看↗1,999
  • copernicamarketingsoftware/php-cppCopernicaMarketingSoftware 的头像

    CopernicaMarketingSoftware/PHP-CPP

    1,447在 GitHub 上查看↗

    Library to build PHP extensions with C++

    C++
    在 GitHub 上查看↗1,447
  • libffi/libffilibffi 的头像

    libffi/libffi

    4,281在 GitHub 上查看↗

    libffi is a foreign function interface library that enables calling functions written in other languages at runtime. It serves as a multi-architecture ABI wrapper and dynamic call frame generator, allowing the execution of external functions based on runtime descriptions of argument types and return values. The project provides a portable interface to handle diverse calling conventions across different hardware architectures and operating systems. It includes capabilities for executable closure allocation, which allows foreign code to trigger callbacks within a host language via jump tables s

    C
    在 GitHub 上查看↗4,281
  • blueloveth/pocketpyB

    blueloveTH/pocketpy

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dafrito/luacxxdafrito 的头像

    dafrito/luacxx

    163在 GitHub 上查看↗

    Lua binding library for modern C++

    C++
    在 GitHub 上查看↗163
  • dotnet/pinvokedotnet 的头像

    dotnet/pinvoke

    2,183在 GitHub 上查看↗

    A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.

    C#
    在 GitHub 上查看↗2,183
  • irmen/pyroliteirmen 的头像

    irmen/Pyrolite

    186在 GitHub 上查看↗

    Java and .NET client interface for Pyro5 protocol

    Java
    在 GitHub 上查看↗186
  • jerryscript-project/jerryscriptjerryscript-project 的头像

    jerryscript-project/jerryscript

    7,399在 GitHub 上查看↗

    JerryScript is a lightweight, ECMAScript-compliant JavaScript engine and bytecode compiler designed for resource-constrained devices. It serves as an embedded interpreter and IoT scripting runtime, enabling the execution of JavaScript code within native C applications on hardware with limited memory. The project differentiates itself through a focus on low-memory runtime management, utilizing bytecode precompilation and pre-compiled state snapshots to reduce startup time and memory overhead. It features a C-binding native bridge for bidirectional communication between native code and scripts,

    C
    在 GitHub 上查看↗7,399
  • kunitoki/luabridge3kunitoki 的头像

    kunitoki/LuaBridge3

    372在 GitHub 上查看↗

    A lightweight, dependency-free library for binding Lua to C++

    C
    在 GitHub 上查看↗372
  • bellard/mquickjsbellard 的头像

    bellard/mquickjs

    5,539在 GitHub 上查看↗

    mQuickjs is a compact JavaScript engine designed for memory-constrained devices, such as microcontrollers, requiring as little as 10 KB of RAM and 100 KB of ROM. It achieves this through a fixed-buffer memory allocation scheme that avoids system heap usage, a compacting tracing garbage collector that eliminates fragmentation, and a ROM-embedded standard library that reduces both memory footprint and startup time. The engine compiles JavaScript source into portable bytecode that can be stored in persistent memory and executed without reparsing, and it emulates IEEE 754 floating-point arithmetic

    C
    在 GitHub 上查看↗5,539
  • luau-lang/luauluau-lang 的头像

    luau-lang/luau

    5,635在 GitHub 上查看↗

    Luau is a high-performance programming language evolved from Lua 5.1. It consists of a bytecode virtual machine, an embeddable scripting engine, and a static code analyzer designed to provide a secure, sandboxed execution environment for host applications. The project is distinguished by its gradual typing system, which combines automatic type inference with optional manual annotations to detect bugs without requiring full static typing. It also features native vector mathematics for high-performance operations and a specialized debugging system that uses bytecode patching to minimize executi

    C++luaprogramming-languagescripting-language
    在 GitHub 上查看↗5,635
  • morgan-stanley/hobbesMorgan-Stanley 的头像

    Morgan-Stanley/hobbes

    1,203在 GitHub 上查看↗

    A language and an embedded JIT compiler

    C
    在 GitHub 上查看↗1,203
  • pmed/v8pppmed 的头像

    pmed/v8pp

    961在 GitHub 上查看↗

    Bind C++ functions and classes into V8 JavaScript engine

    C++
    在 GitHub 上查看↗961
  • pythonnet/pythonnetpythonnet 的头像

    pythonnet/pythonnet

    5,483在 GitHub 上查看↗

    PythonNet is a runtime integration bridge that enables Python code to call .NET assemblies and functions within the Common Language Runtime. It serves as a set of bindings for accessing the .NET framework and its libraries from a Python environment, facilitating cross-language runtime interoperability. The project provides a mechanism for embedding a Python scripting engine directly within .NET applications. This allows for the creation of an application scripting layer where Python code is executed dynamically to provide customization and automation for the host environment. The bridge supp

    C#
    在 GitHub 上查看↗5,483
  • vinniefalco/luabridgevinniefalco 的头像

    vinniefalco/LuaBridge

    1,770在 GitHub 上查看↗

    A lightweight, dependency-free library for binding Lua to C++

    C
    在 GitHub 上查看↗1,770