# Tutorials that might be helpful

## CMake project setup

{% embed url="<https://www.youtube.com/watch?v=Z2MiPOepwPE>" %}

## LearnOpenGL.com

{% embed url="<https://learnopengl.com/Getting-started/Creating-a-window>" %}

{% embed url="<https://learnopengl.com/Getting-started/Hello-Window>" %}

{% embed url="<https://learnopengl.com/Getting-started/Hello-Triangle>" %}

## Jamie King's Tutorial&#x20;

He is using GLEW and Qt, while we are using GLFW and GLAD. For UI, you can use the lightweight ImGUI.

{% embed url="<https://www.youtube.com/watch?v=cLvxLkgHqQs&list=PLRwVmtr-pp06qT6ckboaOhnm9FxmzHpbY&index=2>" %}

<br>
