Giter VIP home page Giter VIP logo

udoom's Introduction

UDoom

Doom, but compiled on ubuntu.
Built using this video.

Pre-Requisites

In order to compile doom, you will need to do the following packages installed:

  • build-essential
  • libx11-dev
  • libext-dev
  • xserver-Xephyr

Build Instructions

There were some issues with the stock code released for doom, I have followed the instructions in the video to make the required changes.

Compiling Doom

To compile Doom, it is super simple.

  1. Find a copy of the doom wad file(you can grab a copy from this website right here)
  2. Place it into the linuxdoom-1.10 folder
  3. cd into the linuxdoom-1.10 folder and run the make command
  4. Launch a new window using Xephyr of size 640 by 480, with 8 bits of color depth
  5. Run the binary at linuxdoom-1.10/linux/linuxxdoom passing the appropriate option to target the Xephyr display
    In practice, this looks like:
cp <PATH TO YOUR WAD FILE>/DOOM1.WAD UDoom/linuxdoom-1.10/doom1.wad
cd UDoom/linuxdoom-1.10/
make

Now at this point, you should open another terminal window and launch the Xephyr window:

xephyr :2 -ac -screen 640x480x8

Return to the other terminal and run the below:

./linux/linuxxdoom -2

Congratulations! You are now running Doom on your Ubuntu PC!
Note: So far, this only runs on Ubuntu 22.04.1 LTS

udoom's People

Contributors

s1ddly avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.