Game Programming Libraries

Most programming languages are general purpose programming languages not specifically created for game programming. If you choose to make games with programming language you have two options — write the code you need to make a game from scratch or use a game programming library.

Allegro

Allegro is a cross platform game programming library written in C. Luckily FreeBASIC supports it, so you don't have to be a C or C++ programmer to use it.

OpenGL

OpenGL is an open source graphics library, most often used for making video games.

SDL

SDL is often used as a game programming library.

Related Pages

Categories: Game Programming : Game Programming Libraries : Programming Languages
page_revision: 7, last_edited: 1238152736|%e %b %Y, %H:%M %Z (%O ago)