OpenGL - draw a triangle

Поділитися
Вставка
  • Опубліковано 12 чер 2024
  • Code samples 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.

КОМЕНТАРІ • 16

  • @georgetsakiridis8388
    @georgetsakiridis8388 4 роки тому +6

    Thank you

  • @scottanderson2871
    @scottanderson2871 3 роки тому +2

    good explanations

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

    you are so helpful your a real one

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

    Arigato for everything

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

    Wow you have to do so much stuff to draw a simple triangle? I am a beginner to OpenGL but I got quite disappointed after this.

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

      because C

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

      Well, yeah.... This is a graphics card API

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

      @@JZSNooB It’s the same in any language. I remember doing OpenGL in Java and you had to use the exact same functions.

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

      @@baileyharrison1030 i mean it takes so much because opengl is written in C, so theres no abstraction or RAII stuff

    • @firstname4337
      @firstname4337 2 роки тому +5

      @@JZSNooB has nothing to do with C

  • @BossBoss-un5nd
    @BossBoss-un5nd 3 роки тому

    How to draw a red rectangle and one image please if Can help