Тёмный

OpenGL - introduction 

Brian Will
Подписаться 95 тыс.
Просмотров 68 тыс.
50% 1

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.

Опубликовано:

 

19 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 26   
@fawadmirza.
@fawadmirza. 4 года назад
I just like how we can create stuff only using maths, definitely going to spend time learning OpenGL in free time.
@shockminerx1518
@shockminerx1518 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.
@Lester806
@Lester806 4 года назад
Very clear introduction. Thanks a lot!
@dr20231may
@dr20231may 3 года назад
this is what i wnat to learn now . thanks
@Manas-co8wl
@Manas-co8wl 4 года назад
Imma pumped lets go
@tomasdowd8953
@tomasdowd8953 4 года назад
YEEESSS!!!!!!
@diodin8587
@diodin8587 Год назад
01:56 maybe, "clip space" shoud be "NDC"?
@georgebacovia9318
@georgebacovia9318 4 года назад
👌
@YTmaxi
@YTmaxi 4 года назад
powa )
@Vagelis_Prokopiou
@Vagelis_Prokopiou 4 года назад
👍
@ghostsdefeated4078
@ghostsdefeated4078 4 года назад
Hey brian, love your videos. But aren't these opengl videos uploaded in the wrong order or i'm mistaken?
@CoryTheSimmons
@CoryTheSimmons 4 года назад
Is his OpenGL playlist out of sort, or just the uploads?
@ghostsdefeated4078
@ghostsdefeated4078 4 года назад
​@@CoryTheSimmons it was just this introduction video that was missing, I just checked the playlist now it's sorted
@nandlalchoudhary2579
@nandlalchoudhary2579 3 года назад
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!
@PandorasBox2
@PandorasBox2 3 года назад
it said intro but has no introduction what the actual heck is opengl :-/
@nickwilson3499
@nickwilson3499 2 года назад
Open graphics library
@volbla
@volbla Год назад
(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.
@chrischoir3594
@chrischoir3594 3 года назад
that is probably the worst opengl site there is
@calderarox
@calderarox 4 года назад
👌
@diodin8587
@diodin8587 Год назад
01:56 maybe, "clip space" shoud be "NDC"?