随笔分类 - Lua
摘要:https://blog.csdn.net/yudianxia/article/details/79276921 https://zhuanlan.zhihu.com/p/22476315
阅读全文
摘要:http://blog.csdn.net/mywcyfl/article/details/37765751 http://blog.csdn.net/teng_ontheway/article/details/38900211 http://www.cnblogs.com/howeho/p/4048
阅读全文
摘要:http://lua.2524044.n2.nabble.com/LightUserData-and-metatables-td3807698.html https://www.lua.org/manual/5.3/manual.html#2.4 https://www.lua.org/manual
阅读全文
摘要:索引:堆栈的索引 伪索引:一个类似于索引,但是有着特殊存储的索引,使用方式和索引一样,看上去像在操作堆栈 引用:LUA_REGISTRYINDEX伪索引下的表的整数键
阅读全文
摘要:int luaL_newmetatable (lua_State *L, const char *tname); 如果注册表中不存在名为tname的表,则在注册表中创建一个名为tname的表,并将这个表压栈,返回值为1; 如果注册表中已存在名为tname的表,则直接将这个表压栈,返回值为0。 voi
阅读全文
摘要:http://www.cppblog.com/sunicdavy/archive/2013/12/07/204648.html https://segmentfault.com/a/1190000005765697 http://www.tuicool.com/articles/yuaqIrn
阅读全文
摘要:http://www.cnblogs.com/zhongfq/p/4158388.html
阅读全文
摘要:http://www.2cto.com/kf/201701/591817.html
阅读全文
摘要:LuaBind http://www.rasterbar.com/products/luabind.html http://blog.sina.com.cn/s/blog_646817c00100gk99.html 支持函数重载 LuaBridge https://github.com/vinnie
阅读全文
摘要:官方说明: http://www.lua.org/manual/5.3/readme.html 在Windows下编译Lua动态链接库的注意事项: 1. 创建一个空的DLL项目; 2. 将src文件夹下的文件导入工程; 3. 把lua.c和luac.c两个文件从工程中移除,这两个文件分别是解释器和编
阅读全文
摘要:http://blog.codingnow.com/2015/05/lua_c_api.html http://blog.csdn.net/oilcode/article/details/51086147 https://www.lua.org/manual/5.3/ https://cloudwu
阅读全文
摘要:http://blog.csdn.net/butwang/article/details/8924999
阅读全文
摘要:http://www.cnblogs.com/gdev/archive/2012/08/22/lua-performance-tips-1.html
阅读全文
摘要:https://github.com/pangweiwei/slua/wiki/中文帮助
阅读全文
摘要:http://luaforge.net/projects/luainterface/ https://github.com/Tencent/xLua
阅读全文