Skip to content

atsb/NakedLinuxDoom

Repository files navigation

NakedLinuxDoom

Linux Doom converted to SDL3, nothing more, nothing less.

The code itself is from sdldoom 1.10, which was Linux Doom converted to SDL1.

Only things that are changed:

  1. Conversion of video code to SDL3
  2. Conversion of audio code to SDL3
  3. 64bit conversion
  4. Change of typedef from boolean to dboolean

Supported Platforms:

  1. macOS (universal)
  2. GNU/Linux (x64/arm64)
  3. Windows

Note: This won't play demo's from a different version (linux doom style) and also, if you are playing ultimate doom, then your doom.wad file needs to be named 'doomu.wad' as this was the traditional naming convention.