Quick and Dirty Game Development Framework
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 released into the public domain.
Supported video systems:
- X11 Window System.
- MS Windows DirectX (GDI and DirectDraw).
- DJGPP.
- Linux SVGALIB.
Supported audio systems:
- Linux OSS.
- MS Windows DirectX (DirectSound).
- ESD (Enlightened Sound Daemon).
Git repository
https://github.com/ttcdt/qdgdfOther resources
Fonts for QDGDFA collection of fonts in KTL format ready to use with QDGDF.
Quick and Dirty Pacman GameA game using QDGDF by Dan Compton.