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
263
votes
11 answers

2D cross-platform game engine for Android and iOS?

I've worked for some time with Unity3d and found it's 2D part with OnGUI() or GUITextures too clumsy. Also, even a smallest game done on Unity3d is at least 10MB download which is just too much for a 2D game. So, I'm currently looking for an engine…
iseeall
  • 3,381
  • 9
  • 34
  • 43
38
votes
6 answers

Native Android/iOS development vs Marmalade SDK

Our company is on the verge of picking between native Android/iPhone development and some cross-platform solution, specifically Marmalade SDK (former Airplay SDK). We are a computer vision company, meaning we need low level access to the camera…
Abai
  • 760
  • 1
  • 8
  • 16
19
votes
3 answers

emacs marmalade: "Cannot open load file", "package"

I'm using emacs 24 and would like to install marmalade. I've tried adding the following to my ~/.emacs file, as per the instructions on http://marmalade-repo.org/: (require 'package) (add-to-list 'package-archives '("marmalade" . …
The Unfun Cat
  • 29,987
  • 31
  • 114
  • 156
11
votes
2 answers

Map like Candy Crush using Cocos2d-x + Marmalade

I have developed a 2D game using Cocos2d-x and Marmalade. I would like to know what would it be the "better solution", considering performances, memory etc, to create a Scene before playing the game where I can show to the user a Map like that one…
Sergio Andreotti
  • 913
  • 2
  • 8
  • 26
9
votes
6 answers

OpenGL ES - glReadPixels

I am taking a screenshot with glReadPixels to perform a "cross-over" effect between two images. On the Marmalade SDK simulator, the screenshot is taken just fine and the "cross-over" effect works a treat: However, this is how it looks on iOS and…
Bill Kotsias
  • 3,258
  • 6
  • 33
  • 60
8
votes
3 answers

Emacs auto-complete installed by Package from http://marmalade-repo.org/ doesn't work

I'm new to Emacs and the version is 24. As mentioned in the title, I've installed auto-complete by M-x package-install from Marmalade-repo, and the files lies in ~/.emacs.d/elpa/auto-complete-1.4/. Then I turned Emacs off and opened a new frame, but…
rkk
  • 189
  • 2
  • 11
7
votes
2 answers

Is Marmalade SDK more relevant or commonly used for Game Development?

I am absolutely new to Mobile App Development and was looking for an appropriate platform to start off with. I came across a project where people are looking to implement self-help advertising for a switch and home automation company into a mobile…
Ashin Mandal
  • 463
  • 1
  • 6
  • 19
7
votes
5 answers

ELPA/Marmalade reports "cannot open load file" for ~/.emacs.d/elpa/archives/-pkg

I have installed Marmalade and downloaded some interesting packages. But now, when I start Emacs I get this error: Cannot open load file: c:/Documents and Settings/Carlos/Datos de programa/.emacs.d/elpa/archives/-pkg If I use --debug-init, I…
user1050817
  • 915
  • 2
  • 11
  • 21
7
votes
3 answers

iPhone configuration utility failed to locate 'Apple Mobile Device Support'

I am currently using the Marmalade SDK on my Windows machine to build an app. I am trying to test the app on an iPhone, and downloaded the iPhone Configuration Utility in order to do so. However, whenever I launch it, I get the following…
user3745472
  • 231
  • 1
  • 2
  • 10
7
votes
3 answers

Good examples of non-game Marmalade apps?

Does anyone have any good examples of iOS or Android apps made with the Marmalade platform, that are not games? We know plenty of great games have been developed with Marmalade, but we're struggling to see a good list of examples of non-games,…
jones
  • 346
  • 2
  • 11
6
votes
3 answers

How does Marmalade SDK cross compiler work?

Marmalade SDK is a cross-compiler, cross-platform framework that allows one to develop Iphone applications from Windows. Marmalade has a cross-compiler that is able to generate valid signed IPAs directly from a local windows computer without…
register
  • 399
  • 4
  • 14
5
votes
2 answers

Marmalade Mobile App Development - Is Marmalade a Good Choice?

I’ve got some apps on the cards, my target platform of choice is Android, however I’m aware that there are some SDK’s around advertising the ability to write once and deploy to multiple mobile Operating Systems. One such seems to be Marmalade. This…
CRice
  • 12,279
  • 7
  • 57
  • 84
5
votes
3 answers

Error uploading to iOS App Store: ERROR ITMS-9000 "This bundle is invalid"

When we try to upload a new version of our app to Apple's App Store we get the following error in Application Loader: ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM)…
Rich
  • 7,348
  • 4
  • 34
  • 54
5
votes
1 answer

OpenGL ES 2.0 (or Marmalade SDK), and effect similar to order of "glRotate()", "glTranslation()" in OpenGL ES 1.x

In OpenGL ES 1.x, one could do glTranslate first, and then glRotate, to modify where the center of rotation is located (i.e. rotate around given point). As far as I understand, in OpenGL ES 2.0 matrix computations are done on CPU side. I am using…
Sydnic
  • 53
  • 3
5
votes
1 answer

Marmalade UI builder

I'm just starting out with my Marmalade career with 6.1. I'm aware they discontinued their UI builder in favor of 3rd party solutions. However, "Marmalade Ui Builder" in google brings up nothing in the first 3 pages (past 3 pages is always too…
Rev Tyler
  • 601
  • 7
  • 17
1
2 3
16 17