OpenGL with Python Tutorial 2: Coloured Triangle (deprecated)

Subscribers:
14,300
Published on ● Video Link: https://www.youtube.com/watch?v=3mjLR91bR4I



Duration: 39:32
1,394 views
27


One of the hardest parts of OpenGL is just getting something to show up on the screen (maybe not as hard as Vulkan). This video covers shader creation, vertex buffer objects, vertex array objects and a bit more.
code: https://github.com/amengede/getIntoGameDev

This video has been re-done (exactly the same, just less rambling): https://www.youtube.com/playlist?list=PLn3eTxaOtL2PDnEVNwOgZFm5xYPr4dUoR

Patreon: patreon.com/user?u=58955910




Other Videos By GetIntoGameDev


2021-05-01OpenGL with Python Tutorial 7 Phong Lighting (deprecated)
2021-05-01Vulkan with Python Tutorial 15 transferring data between buffers (deprecated)
2021-04-30OpenGL with Python Tutorial 6 Diffuse Lighting (deprecated)
2021-04-30Vulkan with Python Tutorial 14: Vertex input (deprecated)
2021-04-28OpenGL with Python Tutorial 5 FPS Camera (deprecated)
2021-04-28Vulkan with Python Tutorial 13 Swapchain recreation (deprecated)
2021-04-26OpenGL with Python Tutorial 4: Transformations (deprecated)
2021-04-26Vulkan with Python Tutorial 12 Basic Multithreaded Drawing (deprecated)
2021-04-25OpenGL with Python Tutorial 3: Textures (deprecated)
2021-04-25Vulkan with Python Tutorial 11 Finally, a triangle (deprecated)
2021-04-25OpenGL with Python Tutorial 2: Coloured Triangle (deprecated)
2021-04-25OpenGL with Python Tutorial 1: Window Creation (deprecated)
2021-04-25Vulkan with Python Tutorial 10: Creating the Graphics Pipeline (deprecated)
2021-04-21Vulkan with Python Tutorial 9 Fixed Pipeline Functions (deprecated)
2021-04-16Vulkan with Python Tutorial 8: Basic Shaders (Deprecated)
2021-04-15Vulkan with Python Tutorial 7 Swapchain Image Views (deprecated)
2021-04-14Vulkan in Python Tutorial 6 Swapchain Creation (deprecated)
2021-04-11Vulkan in Python Tutorial 5: surfaces (deprecated)
2021-04-04Vulkan in Python Tutorial 4 devices (deprecated)
2021-04-02Vulkan with Python Tutorial 3 Validation Layers (deprecated)
2021-04-02Vulkan with Python Tutorial 2 : creating a vulkan instance (Deprecated)



Tags:
pyopengl
pygame