No description
Find a file
2024-12-18 20:35:59 +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 windows: spawn dooms with -nosound 2024-12-18 20:25:59 +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 .gitignore things 2023-02-03 21:31:17 +01:00
CMakeLists.txt also look for doom1.wad in .. 2024-12-17 19:39:02 +01:00
Dockerfile add Dockerfile and README 2024-12-16 20:14:59 +01:00
README.md add screenshot 2024-12-18 20:35:59 +01:00
screenshot.png add screenshot 2024-12-18 20:35:59 +01:00

doompanning

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 mingw-w64-ucrt-x86_64-cmake
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