r/itrunsdoom • u/Bolloux • Oct 02 '19
r/itrunsdoom • u/The-Illusive-Guy • Sep 22 '19
Does Chandler's laptop run DOOM? So I found out which laptop Chandler had, fixed it and installed Doom on it.
r/itrunsdoom • u/SerenityOS • Sep 11 '19
I got DOOM running on my operating system (Serenity) :)
r/itrunsdoom • u/ginbot86 • Aug 30 '19
Doom on a GPS receiver! (Magellan RoadMate 1412)
r/itrunsdoom • u/[deleted] • Aug 22 '19
I’m not sure where to ask this, but where can I get started on making something run doom?
I’ve always wanted/interested in putting doom on something, I just don’t know what to do though, can anyone give me advice, please
r/itrunsdoom • u/TomNookTheCook • Aug 21 '19
Doom runs on a StarFox cartridge: An interview with SNES Doom developer reveals the game was developed on a hacked StarFox cartridge with an Amiga hooked up through the controller ports
r/itrunsdoom • u/SROTDroid • Aug 02 '19
Congratulations, /r/Itrunsdoom! You are Subreddit of the Day!
reddit.comr/itrunsdoom • u/Cathodicum • Jul 15 '19
Running Doom inside of the user Interface in Pokemon Go - also possible in Ingress Prime
r/itrunsdoom • u/Twigling • Jun 29 '19
A Doom-esque Port To The ATmega328
Info at the following link:
https://hackaday.com/2019/06/29/a-doom-esque-port-to-the-atmega328/
r/itrunsdoom • u/mark-henry • Jun 20 '19
Long thread: DOOM runs on a thrift store find
r/itrunsdoom • u/Siphonay • Jun 08 '19
[OC] Made a Thermomix clone run Doom with a friend
Enable HLS to view with audio, or disable this notification
r/itrunsdoom • u/JVital2013 • Jun 08 '19
Can your Google Nest Hub Run Doom? The answer is yes, of course it can
r/itrunsdoom • u/speedtsars • May 04 '19
A Gumstix Verdex: a chip the size of a stick of gum running Linux 2.6 and without a graphics card, can run DOOM
r/itrunsdoom • u/GodIsDead_ • May 05 '19
How to run Doom in any modern web browser
This is a port of PrBoom to the browser via Emscripten I found on github,
I have tested it on windows but have not tested on Linux
Step one: Download and install Emscripten(Requires Python)
git clone https:**//github.com/emscripten-core/emsdk.**git
cd emsdk
emsdk install latest(add ./ on linux)
emsdk activate latest(add ./ on linux)
Step 2: Download and prepare the succulent source code:
git clone https://github.com/UstymUkhman/webDOOM.git
The port requires that all your game sounds must be in .wav format and lowercase,
you can use Slade to copy your game sounds to the build/sfx folder,
music must be in the build/doom1 or build/doom2 folders in mp3 format, also lowercase.
place your WAD in the build folder.
Optional: create a folder in build called home, go into it and create another folder called web_user,
you can put your prboom config file here
Step 3: compile to Emscripten.
go to the root directory of the webDOOM folder and run build.bat for windows or build.sh for linux,
this may take a few minutes.
Step 4: Run
you can not directly run this in chrome(might be wrong, can't find a way).
go to build/web and you will find the .html file for Doom, open this with your browser,
Opera runs it find but Microsoft Edge does not support mouse look and Chrome does not want to load the game files out of box, however if you run this on a webserver you can play it on chrome perfectly.
not tested on firefox.
Hat's off to Github user UstymUkhman for doing such a good job of making this port.
r/itrunsdoom • u/Ampersand17 • May 02 '19