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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to dafrito/luacxx

Projects sharing features with Luacxx

30 open-source projects similar to dafrito/luacxx, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • chaiscript/chaiscriptChaiScript avatar

    ChaiScript/ChaiScript

    3,119View on GitHub↗

    Embedded Scripting Language Designed for C++

    C++c-plus-pluscppembedded-scripting-language
    View on GitHub↗3,119
  • cesanta/v7cesanta avatar

    cesanta/v7

    1,451View on GitHub↗

    Embedded JavaScript engine for C/C++

    C
    View on GitHub↗1,451
  • boostorg/pythonboostorg avatar

    boostorg/python

    530View on GitHub↗

    Boost.org python module

    C++
    View on GitHub↗530
  • bytedeco/javacppbytedeco avatar

    bytedeco/javacpp

    4,697View on 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
    View on GitHub↗4,697
  • charto/nbindcharto avatar

    charto/nbind

    1,999View on GitHub↗

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

    C++asmjsc-plus-plusemscripten
    View on GitHub↗1,999

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • coldzer0/quickjs-pascalColdzer0 avatar

    Coldzer0/QuickJS-Pascal

    102View on GitHub↗

    Change log - Upload Static libs for Mac, IOS, Linux and dynamic ones for Windows - sync with QJS Version "2020-03-16" - Contains all function and patches from - Version "2019-10-27", "2019-12-21", "2020-01-05", "2020-01-19" - Dlls not updated yet ( Compile your own for now till I do ^^ ) - sync…

    Pascal
    View on GitHub↗102
  • copernicamarketingsoftware/php-cppCopernicaMarketingSoftware avatar

    CopernicaMarketingSoftware/PHP-CPP

    1,447View on GitHub↗

    Library to build PHP extensions with C++

    C++
    View on GitHub↗1,447
  • cython/cythoncython avatar

    cython/cython

    10,767View on 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
    View on GitHub↗10,767
  • d-mozulyov/crystalluad-mozulyov avatar

    d-mozulyov/CrystalLUA

    62View on GitHub↗

    Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications. CrystalLUA is a high-level library for binding your native Delphi code and scripts in Lua language. The difference between CrystalLUA and other binding libraries is in high…

    Pascal
    View on GitHub↗62
  • d5/tengod5 avatar

    d5/tengo

    3,821View on GitHub↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Go
    View on GitHub↗3,821
  • danieleteti/lua4delphidanieleteti avatar

    danieleteti/lua4delphi

    39View on GitHub↗

    Delphi binding for Lua 5.1 language

    Pascal
    View on GitHub↗39
  • dbohdan/embedded-scripting-languagesdbohdan avatar

    dbohdan/embedded-scripting-languages

    1,493View on GitHub↗

    The following is a list of reasonably mature or actively developed open source embedded scripting languages to use in your application. Stretching the definition of a scripting language, it also includes Datalog implementations. Items with a strong copyleft license (like the GNU GPL) that will…

    View on GitHub↗1,493
  • dennis1000/verysimpleluaDennis1000 avatar

    Dennis1000/verysimplelua

    136View on GitHub↗

    VerySimple.Lua - Lua 5.3 for Delphi

    Pascal
    View on GitHub↗136
  • edubart/miniluaedubart avatar

    edubart/minilua

    387View on GitHub↗

    This is Lua contained in a single header to be bundled in C/C++ applications with ease. Lua is a powerful, efficient, lightweight, embeddable scripting language.

    C
    View on GitHub↗387
  • fubark/cyberfubark avatar

    fubark/cyber

    1,446View on GitHub↗

    Cyber is a fast, efficient, and concurrent scripting language. You can embed it into your applications, games, or engines on desktop or web. Cyber also comes with a CLI so you can do scripting on your computer.

    Zig
    View on GitHub↗1,446
  • horazont/thoriumhorazont avatar

    horazont/thorium

    10View on GitHub↗

    Thorium Scripting Language

    Pascal
    View on GitHub↗10
  • jerryscript-project/jerryscriptjerryscript-project avatar

    jerryscript-project/jerryscript

    7,399View on 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
    View on GitHub↗7,399
  • kunitoki/luabridge3kunitoki avatar

    kunitoki/LuaBridge3

    372View on GitHub↗

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

    C
    View on GitHub↗372
  • libffi/libffilibffi avatar

    libffi/libffi

    4,281View on 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
    View on GitHub↗4,281
  • luau-lang/luauluau-lang avatar

    luau-lang/luau

    5,635View on 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
    View on GitHub↗5,635
  • mono/cppsharpmono avatar

    mono/CppSharp

    3,385View on GitHub↗

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

    C#bindingsbridgec
    View on GitHub↗3,385
  • morgan-stanley/hobbesMorgan-Stanley avatar

    Morgan-Stanley/hobbes

    1,203View on GitHub↗

    A language and an embedded JIT compiler

    C
    View on GitHub↗1,203
  • open2b/scriggoopen2b avatar

    open2b/scriggo

    572View on GitHub↗

    The world’s most powerful template engine and Go embeddable interpreter.

    Go
    View on GitHub↗572
  • paladin-t/xplpaladin-t avatar

    paladin-t/xpl

    36View on GitHub↗

    XPL is an easy to embed and extend scripting programming language. It's implemented in a single C header file within only several hundreds lines of code; and runs almost as fast as strlen(). It contains only a few high frequently used features like: if-then-elseif-else-endif, yield, scripting…

    C
    View on GitHub↗36
  • pmed/v8pppmed avatar

    pmed/v8pp

    961View on GitHub↗

    Bind C++ functions and classes into V8 JavaScript engine

    C++
    View on GitHub↗961
  • pocketpy/pocketpypocketpy avatar

    pocketpy/pocketpy

    2,076View on GitHub↗

    Portable Python 3.x Interpreter in Modern C for Game Scripting

    C
    View on GitHub↗2,076
  • project-jedi/jvclproject-jedi avatar

    project-jedi/jvcl

    663View on GitHub↗

    JEDI Visual Component Library

    Pascal
    View on GitHub↗663
  • pybind/pybind11pybind avatar

    pybind/pybind11

    17,913View on 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++
    View on GitHub↗17,913
  • pyscripter/python4delphipyscripter avatar

    pyscripter/python4delphi

    1,047View on GitHub↗

    Python for Delphi (P4D) is a set of free components that wrap up the Python DLL into Delphi and Lazarus (FPC). They let you easily execute Python scripts, create new Python modules and new Python types. You can create Python extensions as DLLs and much more. P4D provides different levels of…

    Pascal
    View on GitHub↗1,047
  • r-lyeh-archived/scriptoriumr-lyeh-archived avatar

    r-lyeh-archived/scriptorium

    524View on GitHub↗

    Scriptorium :scroll:

    C
    View on GitHub↗524