lunatico
Lua runtime
A Go library that enables running Lua scripts inside Go programs by providing helper functions to interact with the Lua stack.
Go stuff to Lua and back: helper functions for github.com/aarzilli/golua
11 stars
2 watching
2 forks
Language: Go
last commit: over 2 years ago lua
Related projects:
Repository | Description | Stars |
---|---|---|
stevedonovan/luar | A Go package for working with Lua from Go, providing convenient and flexible ways to interact with Lua data structures and functions. | 301 |
shiinamiyuki/lunatic | An open-source interpreter for the Lua programming language with additional features and optimizations. | 18 |
flowyroll/lodash.lua | A Lua implementation of a functional programming library inspired by JavaScript's Lodash. | 66 |
aarzilli/golua | Go bindings for the Lua C API | 652 |
gustavostuff/gooi | A Lua-based GUI library for creating graphical user interfaces in LÖVE games and desktop applications. | 220 |
fclairamb/go-log | A logging API that allows developers to use a single interface to log events with different severity levels and frameworks. | 4 |
jamesmarlowe/lua-resty-github | A Lua library that provides a GitHub API interface for the ngx_lua Nginx module | 5 |
daurnimator/fifo.lua | A Lua library implementing a First-In-First-Out data structure | 35 |
bungle/lua-resty-haru | A Lua library providing FFI bindings to the Haru PDF library for creating and manipulating PDF documents. | 9 |
leafo/giflib | A Lua module providing bindings to the GIFLIB C library for loading and manipulating GIF images. | 7 |
actboy168/bee.lua | A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 161 |
bungle/lua-resty-uuid | FFI bindings for a universally unique identifier library allowing Lua applications to interact with UUIDs in C compatible way. | 60 |
alexeyco/binder | Library to bind Go code to Lua execution environment | 77 |
milochristiansen/lua | A Go-based Lua 5.3 VM and compiler for embedding into Go programs | 920 |
isage/lua-resty-moongoo | A Lua library that provides an interface to MongoDB using OpenResty as a transport layer. | 118 |