Sge2d is an open source platform independent MIT licensed framework for programming 2d games in C/C++. It aims for low dependencies and easy portability. Its main focus is providing an easy API and providing features useful for commercial game development. Since release 20110122 it is possible to use the library from C++ == Example ==
The following example opens a window in the dimension 320×240, reads a bitmap font from an encrypted file and prints hello world limited to 30 frames per second.