marmalade Questions
3
Solved
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...
6
Solved
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 c...
Scevor asked 26/9, 2011 at 12:35
2
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 ga...
Labrador asked 7/2, 2013 at 10:56
3
Solved
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, w...
0
local board=director:createSprite(0,200);
for y = 0, w*15, w do
for x = 0, w*15, w do
local space = director:createRectangle({x=x, y=y, w=w-1, h=w-1, strokeWidth=0, color=color.grey})
board:ad...
Tearoom asked 25/11, 2013 at 3:7
5
Solved
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....
11
Solved
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 mu...
Lateen asked 2/9, 2012 at 8:25
2
Solved
I work in Visual Studio but my project is for a POSIX-based environment (marmalade sdk). In this project, the release
build is compiled with gcc for ARM but the debug version works on windows and ...
Verdi asked 14/3, 2012 at 6:34
3
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/...
Cowden asked 28/8, 2012 at 13:22
3
Solved
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 st...
3
Solved
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 di...
3
Solved
I started developing a game application for Android, but as I progress I decided to switch to cross-platform environment. Performance is very important as there is some complex audio processing on ...
2
Solved
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 ...
1
Solved
What is the main difference between IwGx, Iw2D and s3e api in marmalade?
2
Solved
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 mobil...
1
© 2022 - 2024 — McMap. All rights reserved.