cocos2d-x 2.x 与 cocos2d-x 3.x 差异(tolua++) cocos2d-x在2.x版本里就是用toLua++和.pkg文件这么把自己注册进Lua环境里的,然而从cocos2d-x 3.x开始,用bindings-generator脚本代替了toLua++。 bindings-generator脚本的工作机制是: 1、不用编写.pkg和.h文件了...
分类:
其他好文 时间:
2015-06-19 00:04:10
阅读次数:
170
一、redis脚本环境要写redis的脚本,首先应该搭建好它的脚本环境。redis使用lua作为其脚本语言。所以搭建lua环境成了首要工作。
环境:centos7.0
redis:3.0.2
1.1 安装lua环境[root@localhost lua]# curl -R -O http://www.lua.org/ftp/lua-5.3.0.tar.gz
[root@localhost...
分类:
其他好文 时间:
2015-06-09 22:03:15
阅读次数:
190
测试Lua环境是否已经安装:adeMacBook-Pro:perl_dev apple$ lua-bash: lua: command not foundView Code如果没有的话就到lua官方去下载:(网址:http://www.lua.org/download.html)参考说明:make的...
分类:
系统相关 时间:
2015-05-17 12:12:35
阅读次数:
243
1、下载安装包:http://luajit.org/download/LuaJIT-2.0.3.tar.gz?https://codeload.github.com/simpl/ngx_devel_kit/tar.gz/v0.2.19https://codeload.github.com/openresty/lua-nginx-module/tar.gz/v0.9.15http://nginx.org/download/nginx-1.9.0.tar.gzhttps://codeload.git..
分类:
其他好文 时间:
2015-05-08 18:23:23
阅读次数:
334
#include #include extern "C"{/*头文件lua.h定义了Lua提供的基础函数,包括创建Lua环境、调用Lua函数、读写Lua环境中全局变量,以及注册供Lua调用的新函数等等*/#include "lua-5.2.2/src/lua.h"/*头文件lauxlib.h定义了辅...
分类:
其他好文 时间:
2015-03-02 12:37:38
阅读次数:
153
cocos官网提供了很多开发工具包括cocoscodeide,但目前好像不太好用所以在这里我们用轻量好用的sublimetext1.下载所需素材(1)sublimetext(2)sublimetext插件QuickXDev(3)cocos2d-lua2.安装(1)安装sublimetext,cocos2d-lua3.配置(1)解压QuickXDev-master.zip,重命名为QuickXD..
分类:
其他好文 时间:
2015-02-27 18:54:46
阅读次数:
243
1,安装命令首先从mac AppStore 上面安装brew。brew只能当前用户使用。$ brew install lua --with-completion==> Downloading http://www.lua.org/ftp/lua-5.2.3.tar.gz
################################################################...
分类:
系统相关 时间:
2015-01-28 15:59:23
阅读次数:
225
1,安装命令首先从mac AppStore 上面安装brew。brew只能当前用户使用。$ brew install lua --with-completion==> Downloading http://www.lua.org/ftp/lua-5.2.3.tar.gz
################################################################...
分类:
系统相关 时间:
2015-01-28 15:58:55
阅读次数:
248
1,安装命令首先从mac AppStore 上面安装brew。brew只能当前用户使用。$ brew install lua --with-completion==> Downloading http://www.lua.org/ftp/lua-5.2.3.tar.gz
################################################################...
分类:
系统相关 时间:
2015-01-28 15:58:48
阅读次数:
537
相信你搜索这篇文章时,已经决定使用Lua来做热更新了,那么,这里将讲述如何 做好准备工作,即Unity+Lua环境的搭建。
一、下载LuaInterface
LuaForWin
https://code.google.com/p/luaforwindows/downloads/list
Or
Lua
http://files.luaforge.ne...
分类:
编程语言 时间:
2014-12-19 12:09:06
阅读次数:
231