No description
Find a file
2023-10-13 00:36:51 +02:00
include it works? 2023-10-13 00:36:51 +02:00
src it works? 2023-10-13 00:36:51 +02:00
.gitignore dependencies 2023-10-12 23:27:05 +02:00
build.sh dependencies 2023-10-12 23:27:05 +02:00
CMakeLists.txt it works? 2023-10-13 00:36:51 +02:00
conan.sh dependencies 2023-10-12 23:27:05 +02:00
conanfile.txt it works? 2023-10-13 00:36:51 +02:00
README.md it works? 2023-10-13 00:36:51 +02:00

GLSL Basics

This repository is a collection of basic OpenGL shaders with GLFW.

Requirements

Caution: Dependency Hell

Install GLFW (system package):

dnf install glfw-devel

Add a glad specific to your system to the include directory. You can obtain one here, or use the python script like this, after installing glad from your package manager:

python -m glad --profile core --out-path . --generator c --api gl=3.3 --spec gl

Because I don't understand building cpp code, I recommend copying these files to /usr/local/include