OpenGL - introduction

Поділитися
Вставка
  • Опубліковано 13 чер 2024
  • Code examples derived from work by Joey de Vries, @joeydevries, author of learnopengl.com/
    All code samples, unless explicitly stated otherwise, are licensed under the terms of the CC BY-NC 4.0 license as published by Creative Commons, either version 4 of the License, or (at your option) any later version.

КОМЕНТАРІ • 26

  • @Lester806
    @Lester806 4 роки тому +5

    Very clear introduction. Thanks a lot!

  • @fawadmirza.
    @fawadmirza. 4 роки тому +25

    I just like how we can create stuff only using maths, definitely going to spend time learning OpenGL in free time.

    • @shockminerx1518
      @shockminerx1518 4 роки тому +4

      . ꓝᥲᴡᥲꓓ࿐ same the power of math is rlly something

    • @pumpkinot9900
      @pumpkinot9900 3 роки тому

      It’s called a simulation.

    • @ji1046
      @ji1046 2 роки тому

      this is way more than just maths. what you are talking about is software rendering which only depends on a function to put a pixel on the screen.

  • @dr20231may
    @dr20231may 3 роки тому +3

    this is what i wnat to learn now . thanks

  • @Manas-co8wl
    @Manas-co8wl 4 роки тому +1

    Imma pumped lets go

  • @tomasdowd8953
    @tomasdowd8953 4 роки тому +2

    YEEESSS!!!!!!

  • @diodin8587
    @diodin8587 Рік тому +1

    01:56 maybe, "clip space" shoud be "NDC"?

  • @YTmaxi
    @YTmaxi 4 роки тому +2

    powa )

  • @georgebacovia9318
    @georgebacovia9318 4 роки тому +1

    👌

  • @ghostsdefeated4078
    @ghostsdefeated4078 4 роки тому +10

    Hey brian, love your videos. But aren't these opengl videos uploaded in the wrong order or i'm mistaken?

    • @CoryTheSimmons
      @CoryTheSimmons 4 роки тому +3

      Is his OpenGL playlist out of sort, or just the uploads?

    • @ghostsdefeated4078
      @ghostsdefeated4078 4 роки тому +5

      ​@@CoryTheSimmons it was just this introduction video that was missing, I just checked the playlist now it's sorted

  • @Vagelis_Prokopiou
    @Vagelis_Prokopiou 4 роки тому +1

    👍

  • @PandorasBox2
    @PandorasBox2 3 роки тому

    it said intro but has no introduction what the actual heck is opengl :-/

    • @nickwilson3499
      @nickwilson3499 2 роки тому +2

      Open graphics library

    • @volbla
      @volbla Рік тому +1

      (2 years late, but w/e)
      OpenGL is a standard for the capabilities and interface of graphics hardware. "Standard" here means a list of requirements to be considered part of the standard. For example, if a graphics card implements all the functionality specified in OpenGL 4.2, it is said to be compatible with OpenGL 4.2.
      It is up to hardware manufacturers which standards they want to implement, but basically everything handles opengl. DirectX was more common in the past. The Khronos group (who is currently responsible for opengl) has also developed a more low level api called Vulkan. There is a slimmed down version of opengl for the web/javascript called WebGL. Apple has their own api made for their own hardware called Metal.
      tl;dr: If you want to do graphics programming, opengl is the most common specification for telling the graphics hardware what to do.

  • @nandlalchoudhary2579
    @nandlalchoudhary2579 3 роки тому +1

    hello sir really a great video but telling frankly i dont know anything about opengl but i want to learn the complete opengl from basic to advance and i thing you are the best person who can guide me. so sir can you please tell me what are the requirement of learning opengl (currently i am learning c is it useful in learning opengl)?? please sir help me out please .

    • @logc1921
      @logc1921 3 роки тому

      You can use C or C++ with OpenGL, and stop saying sir so much, it's not required no need to be that formal.

    • @nandlalchoudhary2579
      @nandlalchoudhary2579 3 роки тому

      @@logc1921 thanks a lot bro for guiding me (this time i havent used sir 😅😅)

    • @puranjanprithu6337
      @puranjanprithu6337 2 роки тому

      @@nandlalchoudhary2579 well u did use it in the end!

  • @chrischoir3594
    @chrischoir3594 3 роки тому

    that is probably the worst opengl site there is

  • @calderarox
    @calderarox 4 роки тому +1

    👌

  • @diodin8587
    @diodin8587 Рік тому

    01:56 maybe, "clip space" shoud be "NDC"?