Get Started in raylib in 20 minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

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

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

    no kidding THE BEST EXPLAINATIONS AND PERFECT PACE of teaching

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

      Thats why I subbed and im paying money per month to this guy

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

    Thanks, great tutorial. Everything is well presented. Raylib basics and introduction to game development. This is beautiful!

  • @sujezz
    @sujezz 6 หลายเดือนก่อน +28

    We kinda wanna know how to set it up not how to download your template.

  • @mamo385
    @mamo385 20 วันที่ผ่านมา +1

    Thank you

  • @chriswinslow
    @chriswinslow 7 หลายเดือนก่อน

    Just one minor thing. Within the game loop, you created 3 sections: 1. Event Handling, 2. Updating Positions and 3. Drawing. You typed code for sections 1 & 3 but nothing in 2. For totally beginners who this is aimed at could be left what should have been added there, when in fact the object position is within section 3, Drawing. Otherwise good getting started raylib tutorial. Not many of these about!

  • @happygofishing
    @happygofishing 7 หลายเดือนก่อน +2

    Raylib is beautiful.

  • @aaabbb-gu5pz
    @aaabbb-gu5pz 7 หลายเดือนก่อน +1

    The RayLib is more interesting with this that it is full 3D, not only 2D like the popular SFML and SDL. So, 3D tutorials about RayLib have more sense!!!

  • @diegoaredes2721
    @diegoaredes2721 7 หลายเดือนก่อน +1

    Thanks, teacher.

  • @samg5183
    @samg5183 7 หลายเดือนก่อน +1

    thanks, dont stop,

  • @2000jago
    @2000jago 7 หลายเดือนก่อน +1

    Yes! C++ thumbs up.

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

    It says "fatal error: raylib.h: No such file or directory" when I run it with mingw g++ instead of f5

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

    What if I don't want to use your template from you repository. How do you setup everything? Let's say I've installed raylib in my directory C:
    aylib, then what now?

  • @krzyszt0fus
    @krzyszt0fus 7 หลายเดือนก่อน +1

    What about creating a basic desktop tool with some UI widgets? 😅

  • @zattirizortzort486
    @zattirizortzort486 7 หลายเดือนก่อน +3

    I get this error: fatal error: raylib.h: No such file or directory

    • @ahmaddafasalam5615
      @ahmaddafasalam5615 4 หลายเดือนก่อน

      same, can anyone give us the solution?

    • @cybernit3
      @cybernit3 3 หลายเดือนก่อน

      If you are in Windows you have to make sure the environmental variables is set for your include directory with the windows terminal or the ide you use.
      On Linux make sure you copy the includes into the /usr/include/ directory the files "raylib.h" and "raymath.h"

    • @PraviLukijanJC
      @PraviLukijanJC 3 หลายเดือนก่อน

      Use the template and it should work I got the same error at the start

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

      @@ahmaddafasalam5615 I solved it a while ago, but I think I just deleted all my settings in vscode and it fixed the issue

  • @krzyszt0fus
    @krzyszt0fus 7 หลายเดือนก่อน +1

    Great material, few comments: the color green is a constant, 3 should be replaced with a speed constant, 20 is a "magic number" too, with the presented key handling you are not able to go on diagonal

  • @ahmaddowedar
    @ahmaddowedar 27 วันที่ผ่านมา

    how to open the template project using visual studio, please? (not visual studio code)
    thanks! :)

  • @vasyamamin1914
    @vasyamamin1914 2 หลายเดือนก่อน

    thx

  • @srpskihayk
    @srpskihayk 4 หลายเดือนก่อน +1

    I just get a bunch of undefined references.

    • @cybernit3
      @cybernit3 3 หลายเดือนก่อน +1

      with gcc? gcc -Wall -o "%e" "%f" -lraylib
      See I put -lraylib "%e" "%f" and got those error messages... I hope that helps I had the same problem and scratched my head, wtf...

  • @To.oTNova
    @To.oTNova 6 หลายเดือนก่อน

    Well Do any one know how can we make a menu screen where we can either select with keyboard or with mouse

    • @dyamimc
      @dyamimc 4 หลายเดือนก่อน +1

      You need to create an invisible rectangle around the button/word you want to click on. Get the mouse position as a vector and then check if mouse click is released while the mouse position is within the collision of the invisible rectangle
      On break at work, so speed typed this. I am a beginner as well

  • @Vitosoaski
    @Vitosoaski 7 หลายเดือนก่อน +1

    Bro, please marry me. Thanks for the tutorial 😘

    • @programmingwithnick
      @programmingwithnick  7 หลายเดือนก่อน +4

      I am taken

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

      @@programmingwithnick Haha thats good for you tho mate

  • @Srednicki123
    @Srednicki123 3 หลายเดือนก่อน

    this crap software can't be installed on Macos

    • @islamicstateofukraine
      @islamicstateofukraine หลายเดือนก่อน +4

      cope macboy

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

      use a real operating system, not one only for starbucks social media frapuccino scrolling

    • @ProfShibe
      @ProfShibe วันที่ผ่านมา

      get an actual computer

  • @SliceOfBread430
    @SliceOfBread430 14 วันที่ผ่านมา

    " cannot open source file "raylib.h" " :(