# GLSL Basics This repository is a collection of basic OpenGL shaders with GLFW. ## Requirements Install GLFW (system package): ```bash dnf install glfw-devel ``` Install glad, ```bash dnf install glad ```