luacxx
Lua binding library
A C++ library that simplifies the creation of Lua bindings and provides an efficient interface for calling into C and C++ libraries.
C++11 API for creating Lua bindings
157 stars
18 watching
23 forks
Language: C++
last commit: almost 7 years ago
Linked from 2 awesome lists
c-plus-plus-11lua
Related projects:
Repository | Description | Stars |
---|---|---|
kunitoki/luabridge3 | A lightweight C++ library for binding Lua to C++ | 257 |
vinniefalco/luabridge | A lightweight library for binding C++ to the Lua scripting language | 1,656 |
andreirudenko/linc_luajit | A Haxe library providing native bindings to LuaJIT for C++ target | 49 |
luaposix/luaposix | A C library providing bindings to POSIX APIs for use with LuaJIT and other Lua implementations. | 538 |
bindbc/bindbc-lua | A D programming language library providing bindings to the Lua API. | 17 |
stevekchiu/lua-intf | A binding between C++11 and Lua language, providing an interface to access Lua functionality from C++ code. | 418 |
io7m/coreland-lua-ada | A C-based implementation of Ada bindings to the Lua language | 6 |
clementfarabet/lua---opengm | A Lua wrapper for the OpenGM C++ library used in graphical modeling and inference | 8 |
satoren/kaguya | A C++ binding library to Lua, enabling seamless interaction between C++ and the Lua scripting language. | 347 |
natecraddock/ziglua | A Zig library providing bindings to the Lua C API | 290 |
n0la/lua-openbsd | A Lua library providing bindings to OpenBSD-specific functions. | 15 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 130 |
lua-stdlib/lua-stdlib | A collection of standard Lua libraries for various versions of the Lua programming language. | 289 |
daurnimator/fifo.lua | A Lua library implementing a First-In-First-Out data structure | 35 |
lualanes/lanes | A lightweight multithreading library for Lua | 469 |