Programming portals for my DOOM-style FPS

Поделиться
HTML-код
  • Опубликовано: 3 июн 2024
  • obsolete C programmer copies valve (15 years too late)
    PATREON: / jdah
    TWITTER: / jdah__
    C LIVE RELOADING: github.com/jdah/reloadhost
    EXAMPLE SOFTWARE RENDERER: github.com/jdah/doomenstein-3d
    GITHUB: github.com/jdah
    EDITOR: NeoVim
    CONFIGS: github.com/jdah/dotfiles
    THEME: gruvbox
    RESOURCES:
    * Portals in OpenGL: github.com/ThomasRinsma/openg...
    * @SebastianLague 's video on portals (in Unity): • Coding Adventure: Portals
    * DOOM Game Engine Black Book: fabiensanglard.net/gebbdoom/
    * DOOM source code: github.com/id-Software/DOOM
    * The DOOM wiki: doomwiki.org/
    0:00 Intro
    0:15 Software Renderer
    6:40 "Real" 3D
    15:00 Extras
    16:30 Outro & Thanks
  • НаукаНаука

Комментарии • 440

  • @Plexxl
    @Plexxl Год назад +1923

    I cant wait for the next video where he scraps the entire codebase and restarts from scratch!

    • @MishaHivemind
      @MishaHivemind Год назад +181

      using scratch!

    • @stathiskapnidis9389
      @stathiskapnidis9389 Год назад +38

      I'm waiting for a "making doom over 24 hours again" video

    • @divine203
      @divine203 Год назад +22

      Don't give him ideas

    • @jdh
      @jdh  Год назад +408

      next one is gameplay, I promise

    • @Plexxl
      @Plexxl Год назад +107

      @@jdh If you don't, put my comment up at the start of the next video and say how I was correct. Deal?

  • @thirteen3678
    @thirteen3678 Год назад +760

    Ah, of course. The bi-monthly developer tradition of scrapping everything you did, just to redo it.

    • @telnobynoyator_6183
      @telnobynoyator_6183 Год назад +15

      actual and factual

    • @mikolmisol6258
      @mikolmisol6258 Год назад +8

      I try not to do that nowadays. It doesn't matter that the code is atrocious - if it works, it means I can actually progress and get other parts of it done rather than keep refactoring. But it's one of the hardest lessons to learn, especially on a project where you are your only boss. 😅

    • @plebisMaximus
      @plebisMaximus Год назад +15

      @@mikolmisol6258 Doesn't have to look pretty as long as it works. If you do messy code for work, you got job security as nobody knows shit about what you just made. If you do it your spare time, nobody can steal your secrets as nobody can read your spaghetti. Writing awful code is the meta.

    • @biohazard2869
      @biohazard2869 Год назад

      ​@Plebis Maximus LOL. Great point.

    • @anon_y_mousse
      @anon_y_mousse Год назад +2

      @@mikolmisol6258 The struggle is real.

  • @eformance
    @eformance Год назад +498

    I realized while watching this why Portal has an amber and blue glow around the portals. It's VERY hard to visually distinguish a portal without having those decorations.

    • @clonkex
      @clonkex Год назад +78

      Weirdly, you get used to it. I spent a while working on a portal clone some years ago and it trained my brain to be able to recognise portalling planes and reason about the broken geometry much more easily.
      Not useful for a real game, of course, just an observation.

    • @user-ob7pl5st1f
      @user-ob7pl5st1f Год назад +62

      @@clonkex know the skill will never be useful in life but I now want to have expertise in portal recognition.

    • @sircalvin
      @sircalvin Год назад +66

      @@user-ob7pl5st1f youll just be walking down the street and suddenly be like "ah shit" when you realize something is a portal

    • @clonkex
      @clonkex Год назад +11

      @@sircalvin lmao exactly

    • @fantastikboom1094
      @fantastikboom1094 Год назад +14

      @@sircalvin No more falling into backrooms

  • @Vixeneye1
    @Vixeneye1 Год назад +150

    I'm about half way through this video and I wanted to say something. I can honestly respect that you are capable of seeing an insurmountable problem and rather than spent 40 years kit bashing it together, you seek better solutions.
    Love your dedication to just creating cause you can.
    I'll always watch your videos because they're always so inspiring.

  • @Banjoei
    @Banjoei Год назад +85

    What's funny is that GZDoom does have portals, they're used in MyHouse for the non-euclidean effect

    • @str0680
      @str0680 Год назад +5

      Yep, you can even see that you get teleported when going downstairs if you look up, the top floor disappears. I was just messing around in Ultimate Doom Builder and made some seamless stairs and 2 floors, you can even look back up and see both floors at the same time.

    • @Banjoei
      @Banjoei Год назад +8

      @str0 That's only in the first house though, to make the map seem more amateur than it is, and that's actually a line teleport instead of a portal. but when the house becomes altered the stairs are actually seamless.

    • @str0680
      @str0680 11 месяцев назад

      @@Banjoei I heard people say it's to make it look amateurish, but you couldn't really use a portal at those stairs because linedefs are infinitely tall, so he would have to put something above the staircase to cover up the paper thin portal which would obscure the top floor.

    • @catattackmakesmusicsometimes
      @catattackmakesmusicsometimes 11 месяцев назад +1

      @@str0680 he also could've just used a floor portal at the stop of the stairs though, and nothing amateur like that shows up later on. it seems pretty intentional, but maybe it was an artifact from being one of the earlier parts of the map before he learned more about how it works

    • @Banjoei
      @Banjoei 10 месяцев назад +2

      @@str0680 they did use a portal in the stairs in the second house though

  • @IanZamojc
    @IanZamojc Год назад +46

    I like how you made that circular pit shape in your test level that choked the Doom engine during its development until they implemented BSPs.

    • @jdh
      @jdh  Год назад +19

      good catch :)

    • @fish3443
      @fish3443 10 месяцев назад +4

      E1M2 is crazy

  • @sgtmajorkiwi
    @sgtmajorkiwi Год назад +50

    god, the shapes of the maps he's drawing are too hard for my just-woke-up brain to handle

  • @onyxtv5745
    @onyxtv5745 Год назад +96

    Really cool vids like always ! It's a big inspiration to watch someone being able to code such projects and have fun !

  • @treytomes
    @treytomes Год назад +17

    That was great! I'm a little disappointed that you abandoned the ray-casting engine, but I get you actually wanting to build a finished game this time.

  • @btarg1
    @btarg1 Год назад +19

    This engine looks SO COOL! I can't wait to see what you create with this!

  • @monsoon835
    @monsoon835 Год назад +27

    you're easily the most talented indie developer on yt when it comes to coding and shit, keep it up

  • @TheAsuro
    @TheAsuro Год назад +37

    I'm currently implementing the same code for oblique clipping planes that you mentioned, and it did give me a boost of confidence that you struggled with it too! It's very hard to figure out what's going on if something is wrong.

    • @jdh
      @jdh  Год назад +20

      I had a lot more issues with it than I showed in the video 😅 I spent a few hours trying to debug my initial implementation only to find out that I hadn't read the last few paragraphs of the paper and had missesd the (very important) step of scaling the near plane such that the far plane doesn't get too messed up. oops.

  • @Skeffles
    @Skeffles Год назад +1

    Love the video! It's awesome seeing how these portals come together and how they create weird geometry.

  • @christianheidemann3829
    @christianheidemann3829 Год назад +3

    Funny that the comment in the OpenGL Forum (11:45) came from Eric Lengyel. He's the guy behind the "Foundations of Game Engine Development" books.

  • @Zettabit7
    @Zettabit7 Год назад +5

    These portal setups are giving me some strong Antichamber vibes. Very cool.

  • @Urammar
    @Urammar Год назад +3

    Dude I was JUST thinking I wonder what happened to this, and I check and see 25 mins ago you posted this. Noice. Its very inspirational to see your work!

  • @sphelx
    @sphelx 8 месяцев назад

    This is really impressive that you've managed it all by yourself (okay sure, external libraries, etc, but still!) Well done! Impressive stuff :)

  • @transientwaveform1475
    @transientwaveform1475 Год назад

    I happen to be implementing stencil buffer portals in a Doom source port at the moment! Great video

  • @mxc_clips
    @mxc_clips 11 месяцев назад +2

    I think it would be awesome if you made video on maybe your journey getting to the point you are at now with your development skills. I noticed on one of your streams that you mentioned that you didnt go to university, and I always find it interesting/helpful seeing other developers journeys.

  • @jumbledfox2098
    @jumbledfox2098 Год назад +2

    I literally yelped out "YESS!!" when i saw this video!!! been waiting so long for it!!

  • @TECHNOJESTER
    @TECHNOJESTER 11 месяцев назад +1

    I was writing a little primitive C++ SDL2 OpenGL (glew

  • @lop0159
    @lop0159 Год назад +1

    You are such an inspiration to me, You are a coding magician

  • @Banzai8th
    @Banzai8th Год назад +3

    This is something I've been interested in doing myself. Good luck! Are you planning on using a layers paradigm or node based one? I think the latter could definitely help set this project apart.

  • @SidewaysCytlan
    @SidewaysCytlan Год назад

    Faen. Du er dansk! Quite impressed with the work you've done, and the style of presentation. It's the kind of nerdy humour I love!
    Looking forward to next time!

  • @MrMateloi
    @MrMateloi Год назад

    I swear these videos just keep getting better

  • @gedaliakoehler6992
    @gedaliakoehler6992 Год назад

    Super awesome. Love this series!

  • @TheGrimravager
    @TheGrimravager Год назад

    you're insane in the best way possible
    this was amazing to watch

  • @N3mo_Ahead
    @N3mo_Ahead Год назад

    This is great! Cant wait for the next update!

  • @impracticalKim
    @impracticalKim Год назад +37

    Thats really cool, you could almost model MyHouse with these portals

  • @gavinocasino2274
    @gavinocasino2274 10 месяцев назад +1

    I love your videos, theyre so inspiring. Id love to get into programming but Im having a bit of trouble motivating and getting started as a whole. Witth that, how did you start learning how to program? I really appreciate it all that you do for not just entertainment purposes but for learning

  • @MikeDawson1
    @MikeDawson1 11 месяцев назад +2

    you kind of remind me of me... I grew up on Doom, made lots of levels in the DOS WadED level editor when I was a kid. Had Doom books in elementary/junior high school. Recently read the Doom Black book several times. Working on my own game engine, got decently far, then decided to start over from scratch again. Now that I'm decently along I'm already thinking of the next version... I think that working on game engines and using them for creative coding might just be more fun than trying to make an actual game and I need to accept that!

  • @FA18_Driver
    @FA18_Driver 2 месяца назад

    Dude in all honestly, I think you’re a genius. Like a once in a generation genius, like a A Beautiful Mind. John Neumann.
    I watch your videos and literally my jaw drops at your skill in logic and programming. You’re by far the best I’ve seen. Paired with your great narration and editing, audio comping, and precise mastery of language makes your videos S tier.
    Thank you for giving me a look into the mind of a genius, to me you’re a wizard and what you do is magic. To think this in your mind and make it reality?
    You inspire me. Thank you.

  • @formulaetor8686
    @formulaetor8686 Год назад

    You're so cool bruh. I always wanted to do these things but end up with all incomplete projects. Sucks to be me but you're amazing man.

    • @jdh
      @jdh  Год назад +3

      I have ton of incomplete projects as well! nothing to be ashamed of, that's how you learn. just have to keep at it :)

    • @formulaetor8686
      @formulaetor8686 Год назад

      @@jdh Yeah I guess you're actually right. I got motivation to get my personal projects done!. Thanks!.

  • @mcfleen7593
    @mcfleen7593 Год назад +3

    this is gonna be a crazy speed game

  • @VoidloniXaarii
    @VoidloniXaarii Год назад

    This is so amazing ❤ thank you so very much 🤯

  • @idkbruh173
    @idkbruh173 Год назад +1

    the color scheme in 14:48 is really nice
    would be a cool (and very unique) palette for a dystopian fps portal game 😉

    • @jdh
      @jdh  Год назад +1

      I always thought it looked quite Antichamber like :)

  • @Nobleoasis27
    @Nobleoasis27 Год назад

    I literally just came back to your channel after over a year and you've just uploaded.

  • @Tigrou7777
    @Tigrou7777 Год назад +1

    Trivia: Duke3D has also used portals (or at least something very similar): mirrors are implemented by rendering the level as if the camera were behind the mirror, looking into the room where the player is standing. If you walk through them (with a noclip cheat), you'll see a "copy" of the level, with everything reversed horizontally.

    • @Roxor128
      @Roxor128 Год назад

      Only works in v1.3D, though. Things just get all smeary if you try it in the Atomic Edition.

    • @Tigrou7777
      @Tigrou7777 Год назад

      @@Roxor128 I checked what you say and this is correct. I think the reason is that 1.3D required to have a big room behind mirror while in 1.4 that requirement was removed. Anything behind mirror will be ignored (so all you will see is HOM)

  • @PamelaKivi
    @PamelaKivi 2 месяца назад

    "But i always think they are missing something, portals"
    Doom teleporters: DO I NOT EXIST??

  • @sardinemeowstein
    @sardinemeowstein Год назад

    What a coincidence, I just watched the first video just a few hours ago! I live this.

  • @smellthel
    @smellthel 11 месяцев назад

    I’m already loving the game’s vibe

  • @eboatwright_
    @eboatwright_ Год назад +1

    This looks aaaawesome!

  • @clonkex
    @clonkex Год назад +1

    13:53 For these problems, I found the easiest fix is to "tophat" the portal plane. When the camera is within some close distance of the portal, expand the plane into an open-fronted cube. In other words, move the plane backwards along its normal (away from the camera) and add sides, a ceiling and a floor, all rendered as portals. This fairly easily solves the near-plane issues. even for quite large near-plane distances. I have a tonne of useful links in a Reddit post from a while ago. I'll include that in a reply here to try to avoid YT eating it.

  • @Hennesg
    @Hennesg 8 месяцев назад

    heres me praying you get into modular synthethis and design eurorack modules. Your programming skills are crazy

  • @felixklinge5571
    @felixklinge5571 Год назад +4

    Very cool tech! I wonder if you explored the idea of moving the software renderer into a compute shader + upgrading it to a fully 3d renderer...Although that certainly wouldn't have helped with debugging. Quite the contrary actually 😅

  • @frostymcfrosts2831
    @frostymcfrosts2831 Год назад +2

    I love how I understand nothing but still enjoy the video😂

  • @moorane_
    @moorane_ Год назад +1

    I love non euclidean geometry like this. reminds me a lot of antichamber

  • @JustinBA007
    @JustinBA007 10 месяцев назад

    Bungie's Marathon actually has a lot of non-euclideon geometry within the game. It was the first FPS game that could have multiple floors over the top of each other, and the way they did it was actually by using portal based rendering. And instead of hiding it, there are multiple places within the campaign where you can find hallways that come from nowhere.

  • @skifli
    @skifli Год назад +1

    Gotta love the rewrite.

  • @jeanvaljean1893
    @jeanvaljean1893 Год назад +9

    I'd be very interested to learn about your (neo?)vim setup : could you elaborate on that in the future ? Maybe in a specific video because I'd guess it wouldn't interest everyone ?

  • @amp08021
    @amp08021 Год назад

    I'd really love a video about your vim setup!

  • @Theonewithaplanz
    @Theonewithaplanz 11 месяцев назад

    Wow, this looks amazing! When you finish, may you please realease the software

  • @Gwilo
    @Gwilo Год назад +2

    if you were asked to build a shed, you would plant some trees with acorns you couldn't buy but could find, wait for the trees to grow, use the wood for the walls, go mining for the metal, build a furnace from your own gathered clay/bricks and then finally finish the task that could have taken you a few weeks, but you had to do everything yourself and take several years to do. you are not re-inventing the wheel, you are merely making your own rubber, cast, rims, etc.

    • @Console.Log01
      @Console.Log01 Год назад

      you'd learn everything there is to know about how to make a shed though, which undoubtedly makes you better at making sheds further down the line.

  • @preistoriaanimation4658
    @preistoriaanimation4658 Год назад +1

    I can't wait to finish the video, I Remember the last one, super interesting by the way

  • @tacomies
    @tacomies Год назад

    I wish you uploaded more frequently but I also get why you don't, this is amazing

  • @cl-ze9qu
    @cl-ze9qu 9 месяцев назад

    Hi, does it happen to be possible one day you explain your journey on learning programming in a such complex level? You see, this is amazing and very inspiring, and it would be cool to know how it went for you, what methods did you use, or even some tips that could be shared with us that could help us learners :)
    Props to the awesome work!

  • @setlarketlar6048
    @setlarketlar6048 Год назад +11

    praise God he has uploaded

  • @tehflyingknee1
    @tehflyingknee1 Год назад

    Love the vids for both the content and aesthetic. What font do you use?

  • @koskenkorva123
    @koskenkorva123 Год назад +3

    Guess what! I've got a fever, and the only prescription is more portals!

  • @adytm
    @adytm Год назад

    Awesome effort!

  • @Fiendzy
    @Fiendzy Год назад +1

    To that comment about y-sheering, I actually always enable that effect in old game engines if it supports it; Gzdoom, dark forces source port etc: it’s strangely nostalgic for me

  • @couldntgivafuk
    @couldntgivafuk Год назад +1

    ahh the age old tradition of writing your own game engine, only to scrap it and use one that's already available.

  • @lassipulkkinen273
    @lassipulkkinen273 Год назад +1

    This is starting to look really similar to something I was working on about a year and a half ago. And it had procedural generation, too, though mostly boring with the occasional infinite tunnel. Ultimately I drove myself crazy trying to do shadow volumes across portals, and moved on to other stuff.

  • @tomoli1
    @tomoli1 Год назад

    Literally watched the previous video just a hour ago, let’s go 🤩

  • @velocity_gamer3989
    @velocity_gamer3989 10 месяцев назад

    Where did you learn how to code and also what age? Bro you're honestly my hero, you're AMAZING. What languages do you know and would you recommend any courses? Also, a suggestion is make a vid explaining how you learned how to code, you would gain a large % of subs after the vid would be released. Where did you learn how to code and also what age?

  • @pelihahmo6951
    @pelihahmo6951 Год назад +1

    That is really cool

  • @pascalthiele5719
    @pascalthiele5719 Год назад +1

    Excellent work, if that means anything coming from a random chatter on the internet. Your software renderer in particular is interesting to me, because the only significant advantage graphics processors seems to have is performance. Software renderers do not rely on the more frequently changing graphics processor architure and therefore are less likely to break in the future, they can make use of the advanced branch prediction of the central processor and are more logically flexible. Especially since it has been multiple decades since software rendering was common, I would have liked to see what game quality your crafty fingers could have squeezed out of the central processor. Good luck with your game nonetheless 🙂

  • @moosetwin9023
    @moosetwin9023 Год назад +1

    there's been a lot of good portal "remakes" recently, from the N64 port, to this

  • @Mr.Postal
    @Mr.Postal Месяц назад +1

    I hope that we can use the code too to also make a game. Because i have the same dream like u had here too, thats why u got recommended too

  • @fantastikboom1094
    @fantastikboom1094 Год назад +2

    Dаmn that's looking cool. Now what about mirrors and a support of alpha textures? Would be cool to see those implemented, and maybe full 3D editor (tho it won't be DOOM anymore, more like Quake).

  • @undefBehav
    @undefBehav 10 месяцев назад

    Really well put together, nice work! Quick question though: The reason you don't have to deal with near-clipping in the software renderer is because the way the portal rendering is set up to only allow rendering of sectors/walls that are actually *beyond* the portal plane, in that the portal plane itself acts as a clipping plane, right? But in the 3-D rasterization pipeline, you hand over to the GPU the entire sector to be "portal'd"/"stencil'd" which includes geometries that are in between the camera's near plane and the portal plane.

    • @jdh
      @jdh  10 месяцев назад +1

      yes, exactly! and in the software renderer, the portals/camera (treated the same in code) keep track of which column of pixels have been drawn and clip sides which are outside of the available columns so there is 0 overdraw. so the "true" 3D pipeline introduces a bunch of overdraw which has to be fixed with the stencil buffer.

    • @undefBehav
      @undefBehav 10 месяцев назад

      @@jdh Yup, that's right! Both the portal rendering approach and BSP help reduce overdraw tremendously. Thank you for the quick response, looking forward to seeing a follow-up video to this one. Have a nice one!

  • @PlanetComputer
    @PlanetComputer Год назад

    HELL YEAH JDH KEEP WINNING!!

  • @Samwka_
    @Samwka_ Год назад +1

    shoutout to my bro Ominous Black Pillar always there to support your creations🔥🔥⬛

  • @user-hk7fz5yj8e
    @user-hk7fz5yj8e 8 месяцев назад

    These portal setups are giving me some strong Antichamber vibes. Very cool.. These portal setups are giving me some strong Antichamber vibes. Very cool..

  • @seth-blank
    @seth-blank 11 месяцев назад

    Love the videos, one question though what os and window manager (if linux ) you use?

  • @Ilovecarrot
    @Ilovecarrot Год назад

    I am relieved to know that this man is alive.

  • @unknowngamedev909
    @unknowngamedev909 Год назад +1

    can't wait for the next video where you scrap opengl and use dx12

  • @scorcism.
    @scorcism. Год назад

    i dont understand anyof this but i like to watch so im always here

  • @stysan
    @stysan Год назад

    bro this is amazing

  • @flippingbananas-1514
    @flippingbananas-1514 10 месяцев назад

    Totally reminds me of Bisqit's video on his Doom style renderer with the slow motion render

  • @morsintus8323
    @morsintus8323 8 месяцев назад +1

    jdh: makes hot code reloading for C
    Also jdh: refuses to elaborate
    Also also jdh: Disappears for 3 months

    • @reinhold1616
      @reinhold1616 2 дня назад

      you can use dlls to make hot code reloading in C

  • @barterjke
    @barterjke 11 месяцев назад

    The single time I felt smart while watching this video is when you mentioned triangulation. This one i actually implemented in the uni

  • @nickgeiserr
    @nickgeiserr 11 месяцев назад

    i know you wont see this, but you are my favorite youtuber out of all. Your videos have helped me learn and inspired me to learn a completely new level of programming. Thank you and keep making great content

  • @ALLenROOK
    @ALLenROOK 9 месяцев назад

    I have never seen a game with such an impressive concept. This could be legitimately amazing. No game I have ever played has successful non-Euclidian elements. You can think of almost any idea imaginable with the engine!

  • @andressepter
    @andressepter 3 дня назад

    Comgarats! You created something that enables level designers create a totally frustrating living hell to players.

  • @squiddobutboy
    @squiddobutboy Год назад

    and jdh returns

  • @YRBYD
    @YRBYD 8 месяцев назад

    I laughed my ass off when you resurrected GLU. Love it

  • @MatheusLeston
    @MatheusLeston 13 дней назад

    14:40 "Than we have your classic infinite stairs, very non euclidian, very confusing."

  • @litterbox019
    @litterbox019 Год назад

    finally, after so long, we're getting antichamber 2

  • @culpritdesign
    @culpritdesign Год назад

    This is awesome.

  • @jussiroutila4942
    @jussiroutila4942 7 месяцев назад

    2:51 Euclid having one last laugh

  • @EmApex
    @EmApex Год назад +1

    This is the first video of this project I've seen so apologies if you already have something in mind for this, but the first use case for these portals I thought of was to solve the room over room problem. You could fake overlapping rooms using portals by having them in different parts of the map but connecting them in a way that seems seamless to the player

    • @DeathByFilmStudios
      @DeathByFilmStudios 11 месяцев назад

      Yes, that's how the build engine did room over room (duke 3d, blood)

    • @EmApex
      @EmApex 11 месяцев назад

      @@DeathByFilmStudios huh, I had no idea

  • @zmemes69
    @zmemes69 Год назад

    you must be the most dedicated computer scientist in this platform

  • @Hamdad
    @Hamdad 9 месяцев назад

    It might be a cool continuation of this series to see how far you can push a sector based engine on modern hardware. Games like Shadow Warrior pushed it pretty far, with room over room, transparent water, voxel objects, drivable vehicles and so on. But is that the absolute limit, feature wise? If not, where is the limit? What if fps engines never moved on to polygons?

  • @koishikisskogasa
    @koishikisskogasa Год назад

    I WAS IN THE MIDDLE OF MY EXAMS AND I'M HERE

  • @ferdinandw.8952
    @ferdinandw.8952 Год назад +1

    I Just Watched The First Part like 10 times wondering when a new part is coming

  • @CiY3
    @CiY3 Год назад

    why didn't I get this in reccomended? the algorithm has it out for you , pal.

  • @dandymcgee
    @dandymcgee Год назад

    hey, that's pretty neat!

  • @sheepishly6942
    @sheepishly6942 Год назад +2

    Finally, Petscop 2

  • @danielrazulay
    @danielrazulay Год назад

    The BUILD engine (Duke3D) supports portals!