Menu Share

Graphics Programming

Using ImGui for Game Development

by | Last Updated:

In this article you will learn more about what ImGui is and why you should use it in your next project.
Read More

My Course on ImGui is out!

by | Last Updated:

I created my second course. In this one I teach a little bit about graphics programming but mostly focusing on the UI programming with ImGui.
Read More

Design Icon

What are Shaders?

by | Last Updated:

In this article you will learn on the basic level what shaders are and how they are used in graphics programming.
Read More

Design Icon

What is Graphics Programming?

by | Last Updated:

In this article I explore what graphics programming is as well as some common terminology and tools used in it.
Read More

C++ Logo

Hello, BGFX!

by | Last Updated:

In this article I will show you how to work with the BGFX graphics library through my BIG2 stack. This is a good intro to graphics programming
Read More

C++ Logo

The BIG2 Stack

by | Last Updated:

In this article I showcase how you can develop graphics with the BGFX library and also introduce you to my own open-source project.
Read More

Design Icon

OpenGL vs Vulkan

by | Last Updated:

In this article I discuss the most important differences when choosing betwen OpenGL and Vulkan for your next game.
Read More