Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.35 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.35 KB

Easy2D using Marmalade C++

Marmalade sample projects to get you started with 2D game development using the Marmalade SDK. These example projects accompany the Easy 2D using Marmalade C++ blog.

Getting started with Marmalade

  • Download the latest SDK release here.
  • If you've already got the SDK but haven't registered you can register here.
  • On OS X you will need Xcode 5.0 or greater. You can download this from the App Store.
  • On Windows you will need Visual Studio. We recommend Visual Studio Express 2010 which can be downloaded here, however any version of Visual Studio 2008-2012 is compatible with Marmalade.

Contents

This repository contains the following examples:

  • MainLoop - Shows how to create and maintain a main loop
  • Shapes - Shows how to use Marmalade's Iw2D module to draw 2D shapes
  • Images - Shows how to use Marmalade's Iw2D module to load and draw 2D images
  • Sprites - Shows how to create a game object class that can display image based game objects
  • Game - A mini 2D game engine and game example