Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

DOOMReboot

Members
  • Content count

    3
  • Joined

  • Last visited

About DOOMReboot

  • Rank
    New Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. DOOMReboot

    DOOM Game Engine from scratch

    I'm going as close to vanilla as possible. Everything from movement speed to the head bob and sway. I even used a stopwatch to time the sprints in order to get the speed just right. It is a fully-fledged 3D game engine (all tris). I'm making the engine itself generic enough to create my own games, which I've been working on in parallel). It runs at 200 some fps at 3800x2160.
  2. Hi guys, I was told to post here as you might be interested. I've spent the last few months writing a full game engine which can also run DOOM. I started out with a clean slate, haven't ever peeked at the original source code, and have come pretty far I think. I'm doing it to test my software development mettle and because it's simply been quite fun and I've learned a lot about OpenGL, C++, and general game engine development! I'm also working on an extensive set of tutorials about pretty much everything that has gone into the engine from level and media loading, BSP stuff, audio, physics, and engine architecture, etc. Here's the link to my twitter documenting my progress and then a link to my site where I'll be publishing the tutorials: https://www.twitter.com/DOOMReboot http://www.movax13h.com
  3. Hi guys, I was told to post here as you might be interested. I've spent the last few months writing a full game engine which can also run DOOM. I started out with a clean slate, haven't ever peeked at the original source code, and have come pretty far I think. I'm doing it to test my software development mettle and because it's simply been quite fun and I've learned a lot about OpenGL, C++, and general game engine development! I'm also working on an extensive set of tutorials about pretty much everything that has gone into the engine from level and media loading, BSP stuff, audio, physics, and engine architecture, etc. Here's the link to my twitter documenting my progress and then a link to my site where I'll be publishing the tutorials: https://www.twitter.com/DOOMReboot http://www.movax13h.com
×