In this tutorial, I'll show you how to set up your environment for an opengl project and how to create a window with glfw.
Project Template:
https://github.com/Aermoss/Tutorial/r...
MinGW:
https://github.com/niXman/mingw-build...
GLM:
https://github.com/g-truc/glm/release...
GLAD:
https://glad.dav1d.de
GLFW:
https://www.glfw.org/download
my github: https://github.com/Aermoss
join our discord server: / discord
for contact: [email protected]
Tutorial series on creating a game engine in C++ using OpenGL:
• OpenGL Tutorial Series
Timestamps:
00:00 - Downloading the files.
00:10 - Creating a project folder.
00:16 - Installing MinGW.
00:33 - Installing GLAD.
00:36 - Installing GLFW.
00:49 - Installing GLM.
00:55 - Writing some test code.
01:13 - Writing some Makefile code.
01:28 - Creating a window.
02:12 - Reducing the compile time.