0

Hello friends is it possible to create a game using cocos2dx 3.x , Swift.If this is possible than how can i integrate my game inside my native IOS application using swift3.Please Guide me.

anand
  • 141
  • 1
  • 1
  • 9

1 Answers1

1

Sure, that's quite possible since cocos2d-x will work on a OpenGLES view. And also xCode understands C++. But it will be a bit tricky to add ; you need to handle all of build configurations with large cocos2d-x library etc.

christian
  • 445
  • 1
  • 3
  • 12