Load OBJ Files - Raylib Tutorial

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

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

  • @VoidloniXaarii
    @VoidloniXaarii ปีที่แล้ว +19

    Wow! Finally something that isn't 20h just to draw a cube. Thank you so much

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

    Really appreciate this tutorial!! Brb, gonna go make World of Duckies and take Blizzards market share.

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

    using C Check, No game engine engine check, programmer level: SPARTAN.

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

      its not like using opengl or vulkan, raylib is pretty featured it just doesnt have an editor

  • @redsectionXD
    @redsectionXD 2 ปีที่แล้ว

    Hello, thank you so much for the tutorial, do you know how to draw a sphere or a square just in front of the camera and follow the pitch and yaw of the mouse (using 1st person mode)? I'm trying to make like a "ray" to detect enemies when they touch the volume of the this geometry.
    Thanks again!

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

    Sign up for the raylib weekly newsletter: raylibweekly.com/

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

    Great video! Is it easy to change the shader and add a light to the scene using raylib? Im considering checking this framework out

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

      Thanks! And yeah it's pretty easy, especially the lighting, I'm not super experienced with shaders but I've got it to work so you should be able to too

    • @EduSodap
      @EduSodap 2 ปีที่แล้ว

      @@jarreed0 thank you for the great primer! raylib is looking like a great library

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

    YOUR A GOD THANK YOU !!!!!!!!!!!!!!!!!!!

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

    bro thank you!

  • @HoangHarry
    @HoangHarry 2 ปีที่แล้ว

    I love your video so much, and may i ask what ide did you use^^ thank you sir

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

      No IDE, I just used GEDIT (Gnome text editor), similar to Notepad++.

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

      @@jarreed0 oh ok 😊 thanks so much

  • @Anonim-vp7lq
    @Anonim-vp7lq 10 หลายเดือนก่อน

    why does it looks so slow and low quality?

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

      I think it was just set to 60fps. and low quality may be due to lack of lighting I would guess + the duck isnt the good looking to begin with

  • @juanmacias5922
    @juanmacias5922 2 ปีที่แล้ว

    Super cool, so you were using C++?

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

      I compiled it with a C compiler, but everything from the video should compile with a C++ compiler as well

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

      @@jarreed0 Ah okay, I thought it was C, but wasn't sure. Never used gcc before. Thanks!