Skip to content

fl2mex/OpenGL-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.