Questions tagged [marmalade]

Questions related to Marmalade, a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO, and later stopped.

Marmalade was a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO.

Important Info:

  1. Marmalade has shutdown its SDK services in March 2017 to focus on in-house games. Read more about this at their official post.

  2. Ownership of the Marmalade SDK has been transferred to GMO, who now have full responsibility for its development and distribution: http://marmalade.shop/en/

  3. At some point between September 2017 and July 2018, GMO decided to stop further investment to Marmalade SDK. (source)

Tutorials:

http://www.drmop.com/index.php/marmalade-sdk/marmalade-sdk-tutorials/

246 questions
-1
votes
1 answer

Newbie to 2d/3d Games - Need Clarification on game Engine Cocos2d-x and Marmalade

After many research online i rounded up on cocos2d-x 3 and marmalade for my game development learning and might be future publishing :) Wen I was about to fix on one particular engine, i went though some questions in stackoverflow regarding both…
mebyin
  • 11
  • 1
-1
votes
2 answers

How to take screenshots using marmalade with c++?

I searched along the documentation and found nothing, then after searching on google i found this glReadPixels and i guess i may be able to take screenshots. I need to create a facebookdialog with an image so im using this lines: static…
user3481379
  • 11
  • 1
  • 6
-1
votes
1 answer

Marmalade Sdk Gui not found

I'm new mobile game developer on Marmalade SDK.I have a game example made by Marmalade.When try to run it I'm getting this error.Pls help! http://s4.postimage.org/c58430drx/Capture.png
user1391058
  • 265
  • 4
  • 19
-3
votes
1 answer

How to get facebook user's name,id and email with just it's facebook id? ( c++ )

I am using Marmalade with C++ and I need to get the Facebook user name, picture, and email and all I have is its Facebook user ID. I am using this example and it all worked until now but I need a way to at least search or somehow get what I need…
user3481379
  • 11
  • 1
  • 6
-3
votes
2 answers

Marmalade SDK - How to make data persistant after update

How do I keep the users data when they get an update. I use the Marmalade SDK to develop an app and I saved the user data to bin files and text files, I used the ram:// prefix when saving the files. If I delete the app and get it from the app store…
-4
votes
2 answers

memory overlapping in an initialization of a class

My problem is I have a header file in which I store all my classes and in my cpp file I have my initializations of these classes, the initialization is not dynamic I have a number of arrays of different classes. Now the problem is when I started…
1 2 3
16
17