#
doom
Here are 453 public repositories matching this topic...
Kill Kubernetes pods by playing Id's DOOM!
-
Updated
Feb 6, 2022 - C++
WebAssembly from Scratch: From FizzBuzz to DooM.
-
Updated
Jul 15, 2021 - C++
Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information.
-
Updated
Apr 18, 2022 - C++
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
mario
deep-neural-networks
deep-learning
tensorflow
deep-reinforcement-learning
openai-gym
doom
exploration
rl
curiosity
self-supervised
-
Updated
Apr 6, 2022 - Python
Vulkan DOOM 3 port based on DOOM 3 BFG Edition
-
Updated
May 20, 2021 - C++
rzhxiii
commented
Mar 24, 2022
Version of Crispy Doom: N/a
Operating System and version: N/a
Game: Hexen
Any loaded WADs and mods (please include full command line): -file hexdd.wad
Bug description
Observed behavior: the expansion for Hexen has no autoload folder at the moment, meaning stuff like unique widescreen assets (just the title pic is different as far as I'm aware) and MIDI replacements (like the WIP
It's a Doom editor
-
Updated
Apr 29, 2022 - C++
Arnold - DOOM Agent
reinforcement-learning
neural-network
q-learning
artificial-intelligence
doom
doom-2
self-playing
vizdoom-competition
-
Updated
Jan 20, 2022 - Python
The classic, refined DOOM source port. For Windows PC.
game
c
windows
fps
gplv3
sdl
sdl2
retro
boom
free-software
doom
gpl
sdl2-mixer
sdl2-image
source-port
mbf
doom2
chocolate-doom
limit-removing
vanilla-doom
-
Updated
May 2, 2022 - C
A portable, enhanced source port of Doom, Heretic and Hexen.
game
windows
macos
linux
c-plus-plus
opengl
portable
desktop-application
doom
hexen
source-port
fmod
heretic
first-person-shooter
-
Updated
Aug 7, 2021 - C++
Doom-like raycasting engine that renders to ascii for playing in terminal
-
Updated
Jul 20, 2021 - Python
Chocolate Doom WebAssembly port with WebSockets support
-
Updated
Apr 2, 2022 - C
Doom port for DOS, optimized to be as fast as possible!
-
Updated
May 1, 2022 - C
-
Updated
Oct 20, 2021 - JavaScript
Reinforcement learning models in ViZDoom environment
agent
learning
reinforcement-learning
pytorch
doom
behavior-tree
mcts
vizdoom
reinforcement
ppo
doomnet-track1
-
Updated
Mar 9, 2022 - Python
Odamex - Online Multiplayer Doom port with a strong focus on the original gameplay while providing a breadth of enhancements.
-
Updated
Apr 28, 2022 - C++
Improve this page
Add a description, image, and links to the doom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the doom topic, visit your repo's landing page and select "manage topics."
From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with itWhen building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in
m_config.cthat doesfree(prefdir)as changing these toSDL_free(prefdir)resolved the issue.I'm not sure what to do about `GetDefaultConfi