rlgl
Introduction
My openGL learning playground
Dependencies
-
GLFW
- Main page: https://www.glfw.org/download.html
- Used version: 3.3.8, git or source
- Build with CMake
- Set
%GLFW%
env. var. to install diretory (parent oflib
andinclude
folder)
-
Glad
-
GLM
- Git
- Git release 0.9.9.8
- I used 0.9.9.8 (Can be built with CMake I think, but is header only library)
- Set
%GLM_DIR%
env. var to parent ofglm\glm.hpp
-
STB_image