No description
Find a file
2024-12-18 19:18:31 +01:00
external git subtree add --squash -P external/nng https://github.com/nanomsg/nng.git v1.8.0 2024-12-18 18:33:08 +01:00
src implement spawn_doom() for windows 2024-12-18 19:00:58 +01:00
.clang-tidy playing with clang-tidy, needs more love 2023-02-18 12:30:53 +01:00
.dockerignore add Dockerfile and README 2024-12-16 20:14:59 +01:00
.gitignore Squashed 'external/nng/' content from commit 29b73962 2024-12-18 18:29:29 +01:00
CMakeLists.txt Squashed 'external/nng/' content from commit 29b73962 2024-12-18 18:29:29 +01:00
Dockerfile add Dockerfile and README 2024-12-16 20:14:59 +01:00
README.md update readme 2024-12-18 19:18:31 +01:00

doompanning

@oxmox@chaos.social

Requirements

Linux

gcc/clang, cmake, sdl2, doom shareware

See Dockerfile for details.

MSYS2 (ucrt64)

Copy doom1.wad into the build or parent directories. In a ucrt64 shell:

pacman -S mingw-w64-ucrt-x86_64-SDL2 mingw-w64-ucrt-x86_64-toolchain
cd doompanning
mkdir build
cmake -G"MinGW Makefiles" ..
cmake --build . -j
./doompanning.exe

State

Input forwarding to the dooms is currently broken or at least in a bad state. Was trying out something, not sure.

Run sdl_nyan_demo for the cats.

sdl_nyan_demo