# GLSL-Basics This projects contains a loader for GLSL Shaders. It can be used to generate fancy images and videos from your shader files. ## Requirements For Fedora Systems, you can the dependencies like this: ```bash sudo dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel extra-cmake-modules \ libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel boost boost-doc boost-devel ``` Optional, but recommended Packages: ```bash sudo dnf install glfw-devel glfw glfw-doc glad ``` ## Syntax stuff Your editor might need help to find the `include/` directory. If you are using clangd, you can use the `.clangd` file in this repo. Just adjust the path to what you need (it needs to be absolute).