HOME

TheInfoList



OR:

Marmalade SDK is a cross-platform software development kit and game engine from Marmalade Technologies Limited (previously known as Ideaworks3D Limited) that contains library files, samples, documentation and tools required to develop, test and deploy applications for mobile devices.


Overview

The underlying concept of the Marmalade SDK is
write once, run anywhere ''Write once, run anywhere'' (WORA), or sometimes ''Write once, run everywhere'' (WORE), was a 1995 slogan created by Sun Microsystems to illustrate the cross-platform benefits of the Java (programming language), Java programming language. Ideally, ...
so that a single codebase can be compiled and executed on all supported platforms rather than needing to be written in different programming languages using a different
API An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build ...
for each platform. This is achieved by providing a C/C++ based API which acts as an abstraction layer for the core API of each platform. Depending on the license purchased, Marmalade SDK supports deployment of applications to the following platforms: Android, BlackBerry 10, iOS, LG Smart TV,
Tizen Tizen () is a Linux-based operating system primarily developed by Samsung Electronics and supported by the Linux Foundation. The project was originally conceived as an HTML5-based platform for mobile devices to succeed MeeGo. It was backed by o ...
,
Mac OS X macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
,
Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
Desktop, Roku 2, Roku 3, and
Windows Phone 8 Windows Phone 8 is the second generation of the Windows Phone mobile operating system from Microsoft Corporation, Microsoft, released on October 29, 2012. It runs on the Windows NT kernel and is the successor to Windows Phone 7. It was the first ...
, but not
Linux Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
. The main Marmalade SDK consists of two main layers. A low level C API called Marmalade System provides an abstraction layer that allows a programmer access to device functionality such as memory management, file access, timers, networking, input methods (e.g. accelerometer, keyboard, touch screen) and sound and video output. Marmalade SDK is a C++ API that provides higher level functionality mostly focused on support for 2D (e.g. bitmap handling, fonts) and 3D graphics rendering (e.g. 3D mesh rendering, boned animation). It includes an extensible resource management system and HTTP networking. Marmalade SDK supports Objective C. Marmalade SDK allows access to the graphics rendering capabilities of mobile devices either by using the
OpenGL ES OpenGL for Embedded Systems (OpenGL ES or GLES) is a subset of the OpenGL computer graphics rendering application programming interface (API) for rendering 2D and 3D computer graphics such as those used by video games, typically hardware-accelerate ...
API directly (both OpenGL ES 1.x and 2.x are supported) or by using the functionality provided by the Marmalade SDK layer. Marmalade SDK provides support for loading and rendering graphics resources such as bitmap images and 3D model data which would need to be implemented by the user if using OpenGL ES directly. Marmalade SDK provides exporter plug-ins for use with Autodesk 3DS Max and Autodesk Maya to allow 3D models and animations to be used in applications. For supporting older devices with no dedicated rendering hardware, a legacy software based rendering option is provided. On 9 October 2015, Marmalade introduced its own 2D and 3D authoring tools. Marmalade Technologies Limited formerly Ideaworks Ltd, the maker of the 2D/3D Marmalade SDK announced in September 2016 the ceasing of production and support of its Marmalade Game Platform, choosing instead to focus on the output of its own game studio known as Marmalade Game Studio Ltd. The company announced that after the final iteration in March 2017 the licence server will be turned off and support will cease. In January 2017 GMO Cloud– based in Japan obtains the exclusive rights to use the Marmalade SDK which supports both native and hybrid browser-based apps, accelerating the development of new features and supporting game and app development. In May 2018, GMO Cloud announced the discontinuation of Marmalade.


Reception

On November 12, 2015 the Marmalade Platform won at The Independent Game Developers' Association Awards 2015 in the category of "Best Engines & Middleware, Tools & Tech".


Games

This is a list of notable games which had been built using the Marmalade SDK. * '' Angry Birds POP!'' * '' Backbreaker'' * '' Call of Duty: World at War: Zombies'' * '' Doodle Jump'' * '' Draw Something'' * '' Godus'' * '' Lara Croft and the Guardian of Light'' * '' Metal Gear Solid Mobile'' * '' Need for Speed: Shift'' * '' Peggle'' * '' Plants vs. Zombies'' * ''
Pro Evolution Soccer ''eFootball Pro Evolution Soccer'' (''eFootball PES''), known as in Japan, is a series of association football List of association football video games, simulation video games developed by Konami Digital Entertainment Co., Ltd. and published ...
'' games * '' SimCity Build It'' * '' Tetris'' * ''
Worms The World Register of Marine Species (WoRMS) is a taxonomic database that aims to provide an authoritative and comprehensive catalogue and list of names of marine organisms. Content The content of the registry is edited and maintained by scien ...
'' * '' Vector'' * ''Eternium'' * ''Creature Quest'' * ''Expendable:Rearmed'' Marmalade's in house game development is through Marmalade Game Studio Ltd. and publish the following games: * ''
Cluedo ''Cluedo'' (), known as ''Clue'' in North America, is a murder mystery game for three to six players (depending on editions) that was devised in 1943 by British board game designer Anthony E. Pratt. The game was first manufactured by Waddingt ...
'' * '' The Game of Life'' * ''Spinguins'' * ''RIZE: Zombies'' * Sudoku 4Two Multiplayer


References


External links

* SDK * Games
Marmalade SDK Mobile Game Development Essentials
- a book covering the usage of the Marmalade SDK from the perspective of a video game programmer {{Video game engines Application programming interfaces Mobile software Software development kits