ImGui and SDL2 Setup Tutorial

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 16

  • @tonyyoung6840
    @tonyyoung6840 7 місяців тому +3

    In VSCode you have to place include file paths in the .vscode/c_cpp_properties.json configurations, includePath array. It's just the vscode C++ plugin choking on the unrecognized types, I believe - causing the errors.

  • @justdledfruitloops
    @justdledfruitloops 9 місяців тому +1

    Thanks! I was trying to set this up on my own, and couldn't find anything with SDL_Renderer, luckily this was recently uploaded

  • @citrus6102
    @citrus6102 6 місяців тому

    This is the most helpful tutorial that I can find. Thank you so much for this!

  • @verminfate7074
    @verminfate7074 7 днів тому

    Worked, TY, Love the video

  • @guillearnautamarit9102
    @guillearnautamarit9102 8 місяців тому

    Thanks! that was so helpful

  • @tenaibms
    @tenaibms 5 місяців тому

    Thanks! Will say though it would help a lot to either link the final source or use a smaller font size, would make skimming easier :)

  • @newuser689
    @newuser689 6 місяців тому +1

    just spent like 2 hours setting this up on my own then find a tutorial thats 28 minutes long after i finish... damn

  • @jitenkr.429
    @jitenkr.429 10 місяців тому

    Thanks brother

  • @Kyjor_
    @Kyjor_ 8 місяців тому

    Do you have this source code anywhere? This is super helpful, but I'm trying to apply it in my own project. Thanks!

  • @ColliefarmerYT
    @ColliefarmerYT 9 місяців тому

    18:45 it not a reference but the address of event "e"

    • @melloh2812
      @melloh2812 Місяць тому

      that's what a reference is

  • @ColliefarmerYT
    @ColliefarmerYT 10 місяців тому

    is the monogame series going somewhere??

  • @FRKiariNGL
    @FRKiariNGL 14 днів тому

    I get this error when I try to compile can anyone help?
    c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../libmingw32.a(main.o):(.text.startup+0xa0): undefined reference to `WinMain@16'
    collect2.exe: error: ld returned 1 exit status
    Makefile:12: recipe for target 'default' failed
    make: *** [default] Error 1