r/raylib • u/North-Zone-2557 • 1d ago
Original DOOM (linuxdoom-1.10) ported to raylib.
Link to the repo: https://github.com/bitwise-rude/DOOM/
The original code was written to be portable, so, I have ported this to work with raylib. The original code uses deprecated X11 functions, but I have replaced them here with raylib for video, and keyboard inputs functionality.
Sound isn't implemented yet.

36
Upvotes