Showing results for

how

to

become

a

game

developer

on learnopengl.com
learnopengl.com › In Practice › 2D Game › Final thoughts
LearnOpenGL - Final thoughts
...Get creative
Now that you've seen how to create a simple game in OpenGL it is up to you to create your own...
learnopengl.com › Guest Articles › 2020 › OIT
LearnOpenGL - Introduction
...OIT technique to be performed, so in order to do this, you'll have to have a perfect understanding of how Framebuffers work in...
learnopengl.com › Guest Articles › 2022 › Phys. Based Bloom
LearnOpenGL - Phys. Based Bloom
...encouraged software development practice btw! :)) to help you understand how the filtering works:
#version 330 core
// This shader performs downsampling on a texture,
// as...
learnopengl.com › Advanced Lighting › Shadows › Shadow Mapping
LearnOpenGL - Shadow Mapping
...of a scene with and without shadows:
You can see that with shadows it becomes much more obvious how the objects relate to each...