/OpenGL-Test

Testing out and Learning Modern OpenGL, repo for bkp/testing

Primary LanguageC++GNU General Public License v3.0GPL-3.0

OpenGL Test

Just a test teaching myself how to use Modern OpenGL.
I Have followed the LearnOpenGL tutorial series.
I'm using Survival Guitar Backpack by Berk Gedik for testing models. His work can be found here.
The file can be found here.

Prerequisites

You need to download GLEW, GLFW (Windows Binaries), and ASSIMP and put in the Dependencies folder.
ASSIMP also needs to be compiled and put in the OpenGL Test folder, and kept with built binaries.

Building

You can build this on Windows using the included Visual Studio 2022 solution.
If you do not wish to build the binaries, the release builds are available to download here.