Skip to content

weimingtom/MonoBoxedLua

 
 

Repository files navigation

MonoBoxedLua

MonoBoxedLua is based on MonoLuaInterface.

It's a stripped-down version meant to be used to run a Lua sandbox.

  • The "luanet" module has been removed so that Lua code cannot load and use random .NET classes.
  • Some Lua libraries have been disabled to prevent direct access to the system (See linit.c and loslib.c)

MonoBoxedLua is used as the scripting engine in CraftStudio, a real-time cooperative 3d game-making platform.

License

MonoBoxedLua is made available under the MIT license (See LICENSE.txt)

Releases

No releases published

Packages

No packages published

Languages

  • C 36.9%
  • C# 34.8%
  • HTML 24.0%
  • C++ 1.6%
  • Lua 1.0%
  • Makefile 0.9%
  • Other 0.8%