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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kunitoki avatar

kunitoki/LuaBridge3

0
View on GitHub↗
372 stars·48 forks·C·2 vueskunitoki.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.

Historique des stars

Graphique de l'historique des stars pour kunitoki/luabridge3Graphique de l'historique des stars pour kunitoki/luabridge3

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à LuaBridge3

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec LuaBridge3.
  • boostorg/pythonAvatar de boostorg

    boostorg/python

    530Voir sur GitHub↗

    Boost.org python module

    C++
    Voir sur GitHub↗530
  • bytedeco/javacppAvatar de bytedeco

    bytedeco/javacpp

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

    cesanta/v7

    1,451Voir sur GitHub↗

    Embedded JavaScript engine for C/C++

    C
    Voir sur GitHub↗1,451
  • bellard/mquickjsAvatar de bellard

    bellard/mquickjs

    5,539Voir sur 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
    Voir sur GitHub↗5,539
Voir les 24 alternatives à LuaBridge3→

Questions fréquentes

Que fait kunitoki/luabridge3 ?

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

Quelles sont les fonctionnalités principales de kunitoki/luabridge3 ?

Les fonctionnalités principales de kunitoki/luabridge3 sont : Scripting and Bindings.

Quelles sont les alternatives open-source à kunitoki/luabridge3 ?

Les alternatives open-source à kunitoki/luabridge3 incluent : 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…