
游戏开发
liangneo
这个作者很懒,什么都没留下…
展开
-
转化Csv,excel到语言相关的文件
代码地址:https://github.com/neoliang/const-data const-data const-data is a free, open source tool, the target of this tool are: 1.convert csv or excel to simple language specified data fo原创 2015-08-09 19:30:47 · 2263 阅读 · 0 评论 -
在cocos2d-x中动态绘制二维码
代码地址: https://github.com/neoliang/cocos2d-qrsprite 说明:在cocos2d-x动态绘制一个字符串的二维码 实例: CCScene* scene = CCScene::create(); QRSprite* qr = QRSprite::create("hello world"); scene->addChild(qr);原创 2015-12-16 22:31:04 · 6745 阅读 · 0 评论