From CPU to GPU: Understanding Data Transfer with Buffers in OpenGL

Поділитися
Вставка
  • Опубліковано 16 лис 2024

КОМЕНТАРІ • 9

  • @LorenzoPegorari
    @LorenzoPegorari Місяць тому +2

    This tutorial is BY FAR the best tutorial I have ever seen on VAOs and VBOs. Thank you so much!

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

    You are super amazing, when i started my project every step and decision I did by myself with no help from the net.
    6 months have been passed since I knew I have to use my GPU for rendering because CPU performance were awful.
    and 1 month ago after successfully implemented basic opengl, then when I continued searching for the best method to implement Opengl with wxwidgets,
    I found that the best way is using vertex buffers ! your video clarified few things that other sources lack.
    (if we are already doing the same steps I'm looking for another feature that maybe your tutorial will help me in the future, I want to put a text as a label and also have the abillity to select this text and also the entire string would have an auto adjusting feature so large sentences would require to split the sentence and begin the next part in new line, a cross platform type of feature)

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

      Thank you for watching my video! I was wondering if you could tell me which parts of the tutorial you found helpful that weren't explained well in other videos?
      Rendering text can be a complicated matter, especially since OpenGL doesn't offer any text-specific features. One solution is to render the text onto a texture and display it using OpenGL. Fortunately, WxWidgets offers advanced text rendering abilities and can draw onto a memory context, which should make this task easier. I intend to create tutorials on both texture creation and text rendering, so stay tuned for more information! 👍

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

      sorry I confused you, the text is regular object not OpenGL, so this tutorial was great and explained everything !
      what I'm trying to accomplish is a selectable text that is also self adjustable to the panel size
      @@lukesdevtutorials

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

    Great tutorial. Thanks

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

    Looking good!

  • @xealit
    @xealit 4 місяці тому +4

    title: Understanding Data Transfer with Buffers in OpenGL
    beginning: let's render a complex shape with points connected by lines
    🤨

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

    Nice

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

    😍