Simple photo editor
Learn how to build a basic photo editor using C++, GLFW, and Dear ImGui. This tutorial covers the fundamentals of digital image representation, RGB channel manipulation, and how to programmatically adjust photo exposure by interacting directly with the GPU.
Read More

