Introduction - If you have any usage issues, please Google them yourself
GledPlay is a complete SDK to develop games for mobile devices. It comprises 5 development modules.
GledDraw: A Surface oriented 2D graphics framework, based on DirectDraw.
GledVideo: A fast mpeg1/2 playback module integrated with GledDraw.
GledSound: A music and sound playback module.
GledApplication: This module takes care of all the OS specific details (like thread initialization, event handling, and more), the game loop, and game states handling, letting you concentrate on your game logic.
GledSave: A File System abstraction module, that lets you read and write files and resource packages.