Android Games Development Kit

Hey,

Google released Android Games Development Kit for c++

Main components:

  • GameActivity
  • GameController
  • GameTextInput
  • Oboe - sound wrapper

Do you have plans to integrate it with cocos2dx?
Cons:

  • simpler code base
  • better performance - uses new audio library
  • possible smaller android binary (e.g. no need to use external audio library)
  • faster android build - “With the release of AGDK, the Android Games SDK is now integrated as part of the AGDK libraries”

FYI.
@slackmoehrle

1 Like

Hi @zhangxm Could you help us integrate this KIT with the sample project? :grinning:

1 Like