Best C++ projects setup for Game Dev!

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 32

  • @look-into
    @look-into ปีที่แล้ว +1

    Bro you are a G for this. I had a cmake project that was aight but the glob trick and resource trick are taking it to the next level.

  • @AdamNoone
    @AdamNoone ปีที่แล้ว +5

    Your videos have helped me so much, I only started learning c++ a few months ago and with the help of your videos i have done things that I thought would be impossible for me (Like create a console based 2D renderer)
    Really appreciate all of your content man and im excited to watch the rest of the Windows API series!

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  ปีที่แล้ว +1

      I'm glad I was able to help 💪 the new winapi video will be ready soon

    • @dingusbingus78
      @dingusbingus78 ปีที่แล้ว +1

      Epic comment

  • @theaz_general
    @theaz_general 6 หลายเดือนก่อน

    Yo, this config is insane!) I found what i want, what i fr need during this 3 years!) Love u all, man!)) U motivated me to create my personal game engine for my voxel game!) Thank u, dude!) Hope u will be on the top!)

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  6 หลายเดือนก่อน +1

      glad to hear that bro 💪💪 if you ever have suggestions for othrr good things to cover or you need let me know on discord 💪💪

  • @TheNuclearBolton
    @TheNuclearBolton ปีที่แล้ว +1

    This is gonna blow up. Everyone needs to see this

  • @axorusmt7042
    @axorusmt7042 ปีที่แล้ว +3

    I also think the xmake build system is good. Has a builtin package manager that makes setup easy

  • @vipham9045
    @vipham9045 6 หลายเดือนก่อน

    Thanks bro, new to language, wanna have fun with it, develop games def will help me get comfy with it and have more fun doing it

  • @vincenzolamberti5658
    @vincenzolamberti5658 ปีที่แล้ว +2

    Will you publish your game on play store in future?

  • @alexisnicolas374
    @alexisnicolas374 9 หลายเดือนก่อน +1

    CMake doesn't recommend to use the GLOB_RECURSE to collect the source. they instead recommend to add them by hand. but I can see why it is much easier to not bother and find all the files automatically. before the CONFIGURE_DEPENDS option, you would need to update the CMake each time you add a file to the project.

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  9 หลายเดือนก่อน

      yes lol wtf why add all files by hand :))) that's the dumbest idea ever

  • @maniumek9907
    @maniumek9907 8 หลายเดือนก่อน +1

    I tried your setup and i dont know how to enable console for debugging while also running opengl window (where can i send console logs?

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  8 หลายเดือนก่อน +1

      hm that's wierd it's already open, tag me on discord so we can fix this

  • @Light13378
    @Light13378 ปีที่แล้ว +1

    Hello can i use in vs code because i try didn't work for me and I am new to programming languge anything advice

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  ปีที่แล้ว +1

      yes it should also work woth visual studio code, you have to download the cpp and cmake extensions and mess with them a little. I strongly recomand to use visual studio if you want to do C++ tho

    • @Light13378
      @Light13378 ปีที่แล้ว

      @@lowlevelgamedev9330 Thank bro

    • @Light13378
      @Light13378 ปีที่แล้ว

      @@lowlevelgamedev9330 And second question I am new to programming language like I start in the past two week should I start using cmake or wait until learn C++ or finish one book and is cmake suitable for C programming languge can I make through it

  • @drominitoketchup
    @drominitoketchup 8 หลายเดือนก่อน

    2:16 Huh? Why is it in German?

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  8 หลายเดือนก่อน +2

      I just seached amazon and amazon gemany popped first 😂😂

  • @zarabatanaproductions9240
    @zarabatanaproductions9240 ปีที่แล้ว

    anyone here knows if it works with CLion?

    • @theaz_general
      @theaz_general 6 หลายเดือนก่อน

      It works but u need to set auto updating Cmake config to FALSE in CLion Settings

  • @BasPower12
    @BasPower12 ปีที่แล้ว

    Plz help. I have Visual Studio 2022 LNK 2019 and 1120

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  ปีที่แล้ว

      um I don't get it, can you provide more details? You have those 2 linking errors?

  • @epicstar86
    @epicstar86 ปีที่แล้ว

    peak