Skip to content

EemeliSyynimaa/yam2d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Yam2D - Yet Another Mobile 2D Game Engine

Simple 2D game engine, mainly targetted for mobile devices. Oparates also on PC in OpenGL ES emulation.

Currently Yam2d has only win32 version but Android version is coming at summer 2013.

##Currently supported platforms:

  • Windows (x86 compatible)
  • Android

##Current key features:

  • Textures

    • Textures can be loaded from png-file.
  • Low-level drawing capabilities

    • Batched 2D-sprite drawing.
    • Batched 2D-text drawing using bitmap fonts.
    • OpenGL ES 1.X functionality can be also used to draw primitives
  • High level scene/level functionality using Entity-Component Architecture

    • Maps
      • Orthogonal
      • Diamond isomertic
      • Map loading from tmx-files
    • Layers
    • Supported Components
      • Sprite
      • Tile (Tilemap tile)
      • AnimatedSprites
      • Text
    • Simple pick-functionality
  • Animation framework

##Input:

  • Keyboard
  • Mouse
  • XBOX Controller (Windows only)

##Tutorials:

  • TemplateProject
  • LowLevelDraw
  • SimpleMap
  • TmxMapLoading
  • CustomMapCreation
  • ObjectMoveAndMouseLookAt
  • SpriteAnimation
  • OwnGameObjectTypes

##Tools:

  • TmxMapViewer

##Documentation:

##External libraries used by yam2d:

  • OpenGL ES Emulation libraries
  • libpng
  • ticpp
  • zlib
  • tmx-parser
  • Box2D
  • slmath
  • enet

About

Automatically exported from code.google.com/p/yam2d

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 38.0%
  • C++ 23.8%
  • C 11.4%
  • Java 5.4%
  • Makefile 3.5%
  • C# 2.5%
  • Other 15.4%