Get Started in raylib in 20 minutes!

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

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

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

    I hope you took away lots from this video. Let me know below!
    PS: I created course named "Object Oriented Programming Made Easy"! Sign up at programmingwithnick.com/course. Enroll now and a 50% launch discount. The discount ends in a few days.

  • @mdude336
    @mdude336 16 วันที่ผ่านมา

    I find your voice and teaching style very soothing. What a superpower! Thanks Nick.

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

    no kidding THE BEST EXPLAINATIONS AND PERFECT PACE of teaching

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

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

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

    finally I was able to use raylib with c++, thanks!

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

    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!

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

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

  • @sujezz
    @sujezz 9 หลายเดือนก่อน +38

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

  • @naomigoreng
    @naomigoreng 11 วันที่ผ่านมา

    Thank you, your teaching is superb!

  • @jm98675
    @jm98675 20 วันที่ผ่านมา

    your youtube channal is awesome!
    Thank you for sharing your knowledge

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

    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?

    • @chouaib1ba
      @chouaib1ba 22 วันที่ผ่านมา

      Did you find out how?

  • @aaabbb-gu5pz
    @aaabbb-gu5pz 9 หลายเดือนก่อน +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!!!

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

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

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

    Raylib is beautiful.

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

    thanks, dont stop,

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

    Thanks, teacher.

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

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

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

      same, can anyone give us the solution?

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

      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 5 หลายเดือนก่อน

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

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

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

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

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

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

    Yes! C++ thumbs up.

  • @krzyszt0fus
    @krzyszt0fus 9 หลายเดือนก่อน +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

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

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

  • @ivana.medina3126
    @ivana.medina3126 หลายเดือนก่อน

    GREAT!

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

    are the steps different if you are on a mac?

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

    I just get a bunch of undefined references.

    • @cybernit3
      @cybernit3 5 หลายเดือนก่อน +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...

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

    Thank you

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

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

    • @dyamimc
      @dyamimc 6 หลายเดือนก่อน +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

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

    so what happens if the ball stays still

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

      The loop will still run, printing the still ball 60 times per second!

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

    thx

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

    Bro, please marry me. Thanks for the tutorial 😘

    • @programmingwithnick
      @programmingwithnick  9 หลายเดือนก่อน +5

      I am taken

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

      @@programmingwithnick Haha thats good for you tho mate

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

    this crap software can't be installed on Macos

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

      cope macboy

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

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

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

      get an actual computer

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

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

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

      Reinstall the template, then press the fn key which is near the alt key, then f5. then run the code in debug mode which worked for me.