HOME
News
Screenshots
Information
Documentation
Download
E-mail: 
Game Programming Links -
 
Low Level Libraries (required for game)
SDL- Simple DirectMedia Layer. This is an excellent library for writing games. It's cross-platform meaning you can Compile the code under Linux, Windows, Macintosh, BeOS and some others I think. Supports graphics, audio, threads, and cd-rom functions. One thing that I would like to see included in it in the future is a network component that would allow network-playable games to be easily written. Overall a great library, quite small and available under the GNU Library General Public License.
 
GUI toolkits and libraries (for map editor)
GraphApp- GraphApp is a toolkit for platform-independent graphical user interface programming in the C language. GraphApp works with Windows and X-Windows (Linux/Unix) . It provides the programmer with C/C++/Python source code compatibility across these platforms, and a native widgets set that is familiar and easy to use. Available under the GNU Library General Public License. This was used to create a map level editor.