OPEN_SOURCE ↗
HN · HACKER_NEWS// 6h agoPRODUCT UPDATE
SDL Adds DOS Support
SDL merged a DOS/DJGPP port on April 23, 2026, bringing video, audio, input, threading, filesystem, and build support to the classic platform. Only a few gaps remain, notably audio recording and shared-library loading.
// ANALYSIS
This is retro-computing with real engineering weight, not a gimmick.
- –The port is broad enough to matter: it covers the core runtime subsystems most ports fail on, not just a minimal build.
- –DJGPP support plus a CMake toolchain and CI job make it much easier for emulator and retro-game developers to target DOS seriously.
- –The PR is candid about limits and testing; no real-hardware validation means this is impressive, but not fully battle-tested yet.
- –For SDL, this reinforces its role as a portability layer that keeps expanding to unusual platforms instead of narrowing to modern ones.
// TAGS
sdlopen-sourcedevtoolapi
DISCOVERED
6h ago
2026-04-24
PUBLISHED
10h ago
2026-04-24
RELEVANCE
5/ 10
AUTHOR
Jayschwa