Christoph J. Scherr 5a5295231b | ||
---|---|---|
bin/loader | ||
data/shader | ||
include | ||
lib | ||
src | ||
.clangd | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md | ||
build.sh | ||
run.sh |
README.md
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:
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:
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).