RANT: why is everything so bad?
@shipit wrote: So, I've been working with Cocos2d-x 3.x since mid last year. I write native code on both iOS ie Objective-C and Android ie Java/C++. Cocos2d-x is productivity hell. I really like how...
View ArticleWhy PhysicsBody::addShape() doesn't work while PhysicsBody::createBox() works
@xjfscrat wrote: I have spent hours to figure out why my physics world doesn't work. Finally I found the root piece of code. Below piece of code doesn't work :auto ground_body =...
View ArticleTrouble making new project
@trispade wrote: Hello everyone I am having a problem creating a basic HelloWorld project using cocos. The ./cpp-tests runs successfully. I believe the problem is that I have 2 python versions...
View ArticleUse VSCode to debug cocos2d-x JSB programs
@zhangxm wrote: Hi guys, i have finished writing a debugger for VSCode to debug cocos2d-x JSB programs. The debugger supports: set breakpointsstep over, step in, step outshow context variablesshow...
View ArticleStop rotation of two bodies on bump
@jvfiel wrote: How do I stop bodies from rotating after collision? I tried setRotationEnable(false) but still they are rotating Posts: 1 Participants: 1 Read full topic
View ArticleGithub: Asynchronous HTTP server (written in C) with Python handlers for game...
@fhdns wrote: Hello.I'd like to suggest using pyrs for game server. It is simple solution to make fast game server (over HTTP) with python handlers. This is an example of project.pyrs for...
View ArticleCocos studio crashes when import a .tmx in tiledmap
@Undume wrote: Hi! I have a .tmx file in the resources section, it loads his tiles images well because cocos studio previews it. But then when I do the import in the tiledmap object, the studio...
View ArticleSocketIO event drop issue
@keyurdoshi wrote: I am using Cocos2dx Version 3.8.1 having SocketIO version 1. I have implemented a function in ON event which is continuously waiting for socket event.But sometimes, event run away...
View ArticleGame Programmer - 6 month internship - TFJoy
@TFJoy wrote: Scope of the internship As part of our new mobile localisation & development team you will work closely with product and engineering leadership to define and build out features and...
View ArticleError on loading libc++_shared.so in ZTE Grand S ||
@rohit wrote: java.lang.UnsatisfiedLinkError: Cannot load library: soinfo_link_image(linker.cpp:1635): could not load library "libc++shared.so" needed by "libcocos2dcpp.so"; caused by...
View ArticleUsing LuaEngine in a C++ project
@leiradel wrote: Hi All, I've created a new Cocos2d-x project with cocos new -l cpp, and I want to script some things using the Lua engine. However, there's no LuaEngine in the cocos2d namespace. I've...
View ArticleIssue with label->getLetter(0);
@versailles wrote: Hello, Do you know why label->getletter(0) return null when the label contain character with accent ? In advance thanks, Posts: 1 Participants: 1 Read full topic
View ArticleIssue about persistant data
@versailles wrote: Hello, Do you know how make persistant data even after an update of the application in the play store ? In advance thanks, Posts: 1 Participants: 1 Read full topic
View ArticleGame lagging issue in Android 6.0
@manjureddy48 wrote: Hello , I am facing the game lagging issue in Moto x(Android version 6.0),where the frame rate is below 45.In rest of the android devices (Moto G kitkat,Moto E lollipop 5.0) and...
View ArticleVibration on iOS with cocos2d-JS
@Kam wrote: Hi, I have the vibration working on Android, but I dont know how to do it for iOS. I've seen this topic and I suppose it works, but I have not idea how to call the function...
View ArticleFacebook + Vungle
@LuisOscar wrote: My game is using Vungle to display video ads, however we want to add the Facebook SDK at least for using Facebook advertising. But every time I try to import the SDKBOX facebook...
View ArticleError while testing HelloWorld app with cocos run -p android command
@alphiancore wrote: Hi, I m new with Cocos2d-x cpp project. I tried cocos code IDE with javascript before and it's ran smoothly.Now Cocos code IDE development discontinued and i want to try cocos2d-x...
View Articlebox2d applyforce
@isa_can wrote: Hello, how can applyforce on arrow sprite direction? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleCc.loader.getRes problem in jsb
@mreggiardo wrote: Hi people . i;m loading chimpmunk shapes and bodys from a plist ( xml ) generated by PhisicEditor. I using cocos2d-x v3.10 both i preload as usual the resource to use with the var...
View ArticleIAP - Product already owned - Android
@dbest10 wrote: I am testing the IAP code for my Android app. I have implemented the IAP feature using SDKBOX and have uploaded the apk for alpha testing. I can buy the product only once, as I get the...
View Article