fl2mex / OpenGL-Test

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:GLSL 2.3%