-
Hi, thanks for the great job. I just downloaded your code and tested in my own project which is based on cocos2d-x lua. Here are few errors I fixed:
CCBAnimationManager.cpp
missing #include
otherwis…
-
```
I'm using the Wax (The Objective-C Lua bridge) and Cocos2D to create my game.
It works brilliantly,
except when cocos2d uses varargs. This is because the Objective-C runtime
doesn't handle meth…
-
- cocos2d-x version:
- devices test on: windows10
- developing environments
- emsdk : latest
- Android NDK version: r21b
- ninja : 1.10.2
hello, I hava follow the windows guide for t…
-
Error opening wax scripts: loading wax stdlib: cannot load incompatible bytecode —— 32位的coco2d-x 使用的 luajit ,在调用 wax_startWithNil() 这个方法的时候 ,提示 Error opening wax scripts: loading wax stdlib: cannot …
-
![iphone 5](https://cloud.githubusercontent.com/assets/5220134/8422702/ae27aa90-1f11-11e5-9965-8e3136e9dedf.PNG)
![iphone 6 plus](https://cloud.githubusercontent.com/assets/5220134/8422704/b2f227e4-1f…
-
I was able to setup a iOS project with Cocos2d-x, but it does not worked out.
ghost updated
11 years ago
-
example:
lua table 为 local tbl = {} tbl[2] = 100
当在c++中使用 luaval_to_ccvaluemap 时会导致 错误
,看了lua 官方的文档有提到
![image](https://cloud.githubusercontent.com/assets/4037682/14042097/b4573cc2-f2b1-11e5-90a6…
xzben updated
8 years ago
-
Kartoitetaan vaihtoehdot, kokeillaan niitä rakentamalla yksinkertaisin mahdollinen lelu pelityypin testaamiseen joululomalla 2014 ja valitaan tekniikka tammikuussa 2015.
-
Please create client lua api so other frameworks likes corona sdk, gideros can use. Thank so much!
-
例如华为的一些手机底部的虚拟键盘区域,是在显示屏内的,并且可以随时显示和隐藏。
如果在游戏中后来隐藏了,会看到屏幕画面“掉下来”的效果,但是按钮的显示区域却没有跟着“掉下来”造成按钮的错位。实际体验一下就知道了。
当然这也可能不是引擎的问题,但应该在文档中说明一下,如何避免。