An open API service indexing awesome lists of open source software.

https://github.com/depp/sglib

SGLib Video Game Framework
https://github.com/depp/sglib

Last synced: 2 months ago
JSON representation

SGLib Video Game Framework

Awesome Lists containing this project

README

          

# SGLib

This is a framework for building games.
It manages the OpenGL context, image loading, audio decoding, and text rendering.
A lot of the functionality in this framework is redundant with other frameworks like LibSDL.

You are not expected to care about this framework.
I use it for Ludum Dare.

## Requirements

Linux:

* SDL 2.0
* Pango (with Cairo backend)
* OpenGL
* LibPNG and LibJPEG libraries
* Ogg, Vorbis, and Opus libraries

Mac OS X:

* Mac OS X 10.5 or more recent
* Universal, tested on PowerPC and Intel processors

Windows:

* Windows XP SP3 or more recent