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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kunitoki avatar

kunitoki/LuaBridge3

0
View on GitHub↗
372 estrellas·48 forks·C·2 vistaskunitoki.github.io/LuaBridge3/Manual↗

LuaBridge3

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

Features

  • Scripting and Bindings - Modernized binding library for Lua, LuaJIT, and related variants.

Historial de estrellas

Gráfico del historial de estrellas de kunitoki/luabridge3Gráfico del historial de estrellas de kunitoki/luabridge3

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a LuaBridge3

Proyectos open-source similares, clasificados según cuántas características comparten con LuaBridge3.
  • boostorg/pythonAvatar de boostorg

    boostorg/python

    530Ver en GitHub↗

    Boost.org python module

    C++
    Ver en GitHub↗530
  • bytedeco/javacppAvatar de bytedeco

    bytedeco/javacpp

    4,697Ver en 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
    Ver en GitHub↗4,697
  • cesanta/v7Avatar de cesanta

    cesanta/v7

    1,451Ver en GitHub↗

    Embedded JavaScript engine for C/C++

    C
    Ver en GitHub↗1,451
  • bellard/mquickjsAvatar de bellard

    bellard/mquickjs

    5,539Ver en 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
    Ver en GitHub↗5,539
Ver las 24 alternativas a LuaBridge3→

Preguntas frecuentes

¿Qué hace kunitoki/luabridge3?

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

¿Cuáles son las características principales de kunitoki/luabridge3?

Las características principales de kunitoki/luabridge3 son: Scripting and Bindings.

¿Qué alternativas de código abierto existen para kunitoki/luabridge3?

Las alternativas de código abierto para kunitoki/luabridge3 incluyen: boostorg/python — Boost.org python module. bytedeco/javacpp — JavaCPP is a JNI C++ bridge and foreign function interface that provides a binding generator, a native library loader,… cesanta/v7 — Embedded JavaScript engine for C/C++. chaiscript/chaiscript — Embedded Scripting Language Designed for C++. charto/nbind — :sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket:. bellard/mquickjs — mQuickjs is a compact JavaScript engine designed for memory-constrained devices, such as microcontrollers, requiring…