Well, I’m very pleased to announce that the eagerly awaited version 5.2 update to the Marmalade SDK is finally here. Some great new features have made it into the build including: Native UI (IwNUI) Native UI is a cross-platform UI framework that utilizes native controls. This allows developers to create… Read more“Marmalade SDK 5.2 has Arrived”
Category: Android App Development
Android game and application development (mainly using the Marmalade SDK)
IwGame Engine Update – v0.230
Well its been an interesting day to say that its a Sunday, some good news and some bad new . The good news is that I managed to sneak some time in today to add a few updates to IwGame. The bad news is that some robbing (insert lots of non-religious type… Read more“IwGame Engine Update – v0.230”
Marmalade SDK News – Marmalade SDK v5.1.10 Now Available
Version 5.1.10 of the Marmalade SDK was released by the Marmalade team last night, here are the changes: – Android: fix application lockup issue on Ice Cream Sandwhich. – iOS: Fixed image picker extension to support iPad via popovers. – iOS: Fixed crash when double clicking an edit box in… Read more“Marmalade SDK News – Marmalade SDK v5.1.10 Now Available”
Github Here We Come
Well, I finally learnt how to use Github, well just enough to get projects on there (I’m quite lazy really). I recently found the need to save PNG files from one of our Marmalade SDK based apps so I had to pull in the latest libpng and zlib projects. Anyway,… Read more“Github Here We Come”
Marmalade SDK Tutorial – Downloading and Using an Image from a Web Based Image File
This tutorial is part of the Marmalade SDK tutorials collection. To see the tutorials index click here Unfortunately my brother rang me last night and asked me to have a few quick battles with him on World of Warcraft (I just can’t resist PvP) so as it happens, I forgot all… Read more“Marmalade SDK Tutorial – Downloading and Using an Image from a Web Based Image File”
Marmalade SDK Tutorial – Sending and Retrieving Data From the Web
This tutorial is part of the Marmalade SDK tutorials collection. To see the tutorials index click here In our previous tutorial we tidied up the IwGame engine and properly separated our engine calls away from our game code. We ended up with a nice system that allows us to begin building… Read more“Marmalade SDK Tutorial – Sending and Retrieving Data From the Web”
Marmalade SDK Tutorial – Turning IwGame into a Real Game Engine
This tutorial is part of the Marmalade SDK tutorials collection. To see the tutorials index click here In our previous tutorial we created created an actor, scene and camera system to automate the handling of game objects for us as well as allow us to create different types of actors… Read more“Marmalade SDK Tutorial – Turning IwGame into a Real Game Engine”
Marmalade SDK Tutorial – Actors, Scenes and Cameras Make the World Go Round
This tutorial is part of the Marmalade SDK tutorials collection. To see the tutorials index click here In our previous tutorial we created an extensible animation system that allowed us to create discrete frame based image animation as well as other types of animations. This week we will continue on… Read more“Marmalade SDK Tutorial – Actors, Scenes and Cameras Make the World Go Round”
Marmalade SDK Tutorial – Creating an Extensible Animation System
This tutorial is part of the Marmalade SDK tutorials collection. To see the tutorials index click here Had flu all week and now I’ve been afflicted with a chest infection so it’s been a pretty miserable week. At least the news of our game BattleBallz Chaos being shown at the Blackberry… Read more“Marmalade SDK Tutorial – Creating an Extensible Animation System”
Marmalade SDK Bitesize Tutorial – How to Launch an External File or Web Link
Welcome to another bite size Marmalade SDK tutorial. This tutorial covers a cross platform way of opening up web links and other types of external file using the Marmalade SDK. The Marmalade SDK contains a cool function called s3eOSExecExecute() which will launch the file / URL that you provide as… Read more“Marmalade SDK Bitesize Tutorial – How to Launch an External File or Web Link”