to dive a bit into GUIs are all GUIs rendered with OpenGL on Desktop? And is this also how HTML renderer are working inside the Browser, so is a Div or Paragraph painted with OpenGL? I would like to know more details about how it works.
Internally browsers use opengl or some other Graphics API (such as Vulkan, Metal, etc). Most of the things you see on the screen of you pc are rendered on GPU just because it’s more efficient that doing it any other way.
Thanks so basically every browser vendor uses OpenGL or Vulcan for creating windows and painting the elements interesting.
Try Direct2D Programming.
not exactly, most of the rendering still happens on cpu
No, nowadays Vulkan is used instead of OpenGL But you can still use OpenGL in your small projects
Обсуждают сегодня