I Added 3D Lighting to My MINECRAFT Clone in C++ - OpenGL Gamedev

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024
  • I added lighting to my Minecraft clone in C++ and OpenGL.
    Previous part: • Learning OpenGL to Mak...
    Discord: / discord
    Github: www.github.com...
    Itch io: kofybrek.itch.io
    Patreon: / kofybrek
    Subreddit: / kofybrek
    Twitter: / kofybrek
    Code: / 111937213
    LearnOpenGL: learnopengl.com
    #code #coding #programming

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

  • @Kofybrek
    @Kofybrek  2 дня назад +14

    That was a good video, don't you think? Better give it a like and a sub!
    Also, consider supporting this channel on Patreon for exclusive content as well as early access to future videos and projects: www.patreon.com/Kofybrek

  • @soykiokin
    @soykiokin 2 дня назад +34

    Kofybrek publishing 2 videos within 2 weeks is something we won't see again 😭💀

  • @Atrulion
    @Atrulion 2 дня назад +11

    Dude, this awesome. Approximately 2 years ago, you helped me get into C++, so I could not only flex with C++ being my now fav language, but also so I could make a game that will soon be on steam, (hopefully.) Now, this is inspiring me to get into another private project again, doing 3d stuff. This turned out great. Keep uploading!

  • @baptFulbion
    @baptFulbion 2 дня назад +9

    kofybrek: disappears for 8 months
    also kofybrek: releases another video within 2 weeks 😎😎

  • @ohimdabiggestbird
    @ohimdabiggestbird 2 дня назад +4

    bro i absolutely love these videos, i can not put it into words, PLEASE dont disappear again, i will be waiting for your next upload

  • @ethanomical
    @ethanomical 2 дня назад +1

    Nice work!! I tried learning OpenGL last year. I'm still recovering from that headache.. You've gotten further than I did!

  • @oglothenerd
    @oglothenerd День назад +2

    You are the first person I have seen make Minecraft without starting with chunking! 😮

  • @prakashchaudhary8215
    @prakashchaudhary8215 2 дня назад +3

    u my motivation

  • @musixy1575
    @musixy1575 2 дня назад +5

    You are the most technical RUclipsr programmer I’ve seen. Thank you so much for sharing your skills in such intressting ways😊

  • @zainirfan8503
    @zainirfan8503 2 дня назад +1

    You are enlightening my torch 🔦

  • @PerriPaprikash
    @PerriPaprikash 2 дня назад +2

    probably best idea to put the code on a github and allow people to contribute to it.

  • @AmineGM73
    @AmineGM73 День назад

    Nah this is fire and insane at the same time, I can't tell what is missing. Keep going 👍👍👍👍!

  • @muchas_gracias
    @muchas_gracias 21 час назад

    content is fun, it'll be interesting to watch about chunks world generation

  • @unknown_error101
    @unknown_error101 7 часов назад

    "Do you even know what it means? Hell no!" relatable

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

    nice video! thought i'd love to see the idea i suggested in the first video still.

  • @pierrotledino3256
    @pierrotledino3256 16 часов назад +1

    this is ffuuu..antastic !! and it s funny as hell

  • @mxsteri0
    @mxsteri0 День назад

    damn the end was mesmerising

  • @volumin
    @volumin 2 дня назад +2

    the goat uploaded

  • @MaksProger
    @MaksProger 20 часов назад

    Why does my brain register blocks on your thumbnail as melon slices???
    Also, long ago, I though your character was not a stick person but a squid.

  • @anon_y_mousse
    @anon_y_mousse День назад

    I feel personally called out about not watching videos in order, but I'm still not going to do it. I'll see you back on the first video.

  • @killerS2606t
    @killerS2606t День назад

    This guy Finally uploaded

  • @debsarkar4893
    @debsarkar4893 День назад

    Yay bro is uploading 😃😉

  • @BloxedZ3R0
    @BloxedZ3R0 День назад

    yayyy

  • @simonciott
    @simonciott День назад

    new video so soon..,.,.i hope you get to keep uploading at this frequency

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

    About time

  • @Hex4Gr1m-
    @Hex4Gr1m- День назад +1

    Hey Kofybrek, I had a question, how do you make and load the maps with collisions and textures in sfml?

    • @Kofybrek
      @Kofybrek  День назад

      I'm pretty sure I did something similar in my Super Mario project. You can check its source code.

    • @Hex4Gr1m-
      @Hex4Gr1m- День назад

      @@Kofybrek //This code is a big mess.
      //But it works.
      //Keep that in mind before judging me.
      💀

  • @ali.alsjad1
    @ali.alsjad1 День назад

    R.I.P my laptop know i cant code any more 😅

  • @GRATHRRAM
    @GRATHRRAM День назад

    daam

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

    Bro I'm only halfway through the first video chill out!

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

    Just a dumb question, but why did you chose to work with GLFW considering you already have a lot of experience with SFML? Both can be used to write OpenGL code

    • @Grigaror-sl3jb
      @Grigaror-sl3jb 2 дня назад +2

      SFML does not support 3D

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

      @@Grigaror-sl3jb not if you consider only sfml functions. It can be used as a handler for openGL calls, and with it work with 3D graphics

    • @sharokhkeshawarz2122
      @sharokhkeshawarz2122 2 дня назад +2

      @@LukSilva12 im not gonna lie its a pain to work with sfml and opengl comaprted to sdl or glfw

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

      @@sharokhkeshawarz2122 oh, maybe thats the reason then. Thanks!

    • @Kofybrek
      @Kofybrek  День назад +1

      I just wanted to try something different. Also I did make a 3D raycasting game in SFML.

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

    You found back your channel logs?

  • @Randi_MyMan
    @Randi_MyMan 20 часов назад

    why rotating blocks instead of terrain generation first, no hate tho

    • @Kofybrek
      @Kofybrek  7 часов назад

      I was following LearnOpenGL tutorial. Terrain generation will be in the next part.

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

    What IDE are you using?

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

    ik what fragment shaders are people who make fnf mods sometimes use them

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

    first view again