triptico.com: Angel Ortega's Site

QDGDF

Quick and Dirty Game Development Framework

Latest version is 0.9.1. QDGDF Release Notes.

QDGDF stands for Quick and Dirty Game Development Framework, and it's a set of libraries designed to allow fast development of games under a variety of systems. Its main goal is to show a platform-independent, consistent interface to UNIX/Linux and MS Windows.

This software is licensed under the GPL.

Supported video systems:

  • X11 Window System.
  • MS Windows DirectX (DirectDraw).
  • DJGPP.
  • Linux SVGALIB.

Supported audio systems:

  • Linux OSS.
  • MS Windows DirectX (DirectSound).
  • ESD (Enlightened Sound Daemon).

Source code

http://triptico.com/download/qdgdf-0.9.1.tar.gz - [GPG signature]

or get the development version using git:

	git clone http://git.triptico.com/qdgdf

Online Documentation

Others

The 1.1.x series of Space Plumber now use the QDGDF library.

Fonts for QDGDF, a collection of fonts in KTL format ready to use with QDGDF.

Quick and Dirty Pacman Game, A game using QDGDF by Dan Compton.