On universal windows apps

Now that MS has come out of the gates with universal Windows/WP-apps, I have a couple of questions (I have not used cc2dx 3.0 so far, only 2.x. I have used cc2dx for W8, back when it only supported 0.x API and no XAML and i remember it being a PITA):

  1. Is there any chance of seeing a template for a universal app in the near future?
  2. If not, how much effort would you estimate that to be?
  3. Is the current codebase even ready to be used in a universal manner?

Thanks a lot,
Sören

1 Like

Hello,

I have the same interest!

I have a game written in C# and XNA for Windows Phone 7+

It looks like that porting the game to C++ using cocos2d-x and Universal Windows Apps is the right way to go in order to move the game forward and also port it into the Windows Store (and maybe on other platforms too).

I tried to clone the WinRT branch of cocos2d-x, migrate it to Win 8.1 but I can’t compile because of WINRT_EGL_WINDOW identifier not found. Even if I can compile I would not know exactly what I should do to actually use the framework in universal apps.

Could you please let us know what are the plans and if a template will be available?

Thanks