Marmalade is a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio. This tag is used for posts related to the SDK from Marmalade. http://www.madewithmarmalade.com
1
vote
0answers
57 views
IwGame (Marmalade): Does CIwGameSprite support SVG? How?
I have a small question about Marmalade IwGame engine.
Does the CIwGameSprite support SVG (I've read that yes it does)
If it does support SVG, how does it handle it,
Does it convert that Vector ...
1
vote
0answers
142 views
How do I convert my matrix from OpenGL to Marmalade?
I am using a third party rendering API, Marmalade, on top of OpenGL code and I cannot get my matrices correct. One of the API's authors states this:
We're right handed by default, and we treat y ...
0
votes
0answers
100 views
JPEG images not loading on PlayBook (Marmalade + iwgame)
I'm using iwgame on a test project and I was trying to render different resolutions of JPG and PNG images. Everything works fine on the Marmalade Simulator, however once I deploy the game to our ...
0
votes
0answers
48 views
Marmalade SDK: IwGetUIView()->SetModal(NULL) does not remove the modal Element?
Hi all when displaying a dialog then dismissing it I do the following:
IwGetUIView()->GetModal()->SetVisible(false);
IwGetUIView()->SetModal(NULL);
Then if Call:
int ...