Go to file
Christoph J. Scherr e8987e930f move glad to include again 2023-10-18 10:20:34 +02:00
bin/loader my own window <3 2023-10-13 11:13:23 +02:00
data/shader/vert compile for wayland 2023-10-18 10:12:05 +02:00
include move glad to include again 2023-10-18 10:20:34 +02:00
lib it works 2023-10-13 10:39:11 +02:00
src move glad to include again 2023-10-18 10:20:34 +02:00
.gitignore my own window <3 2023-10-13 11:13:23 +02:00
.gitmodules building from source 2023-10-13 10:25:05 +02:00
CMakeLists.txt move glad to include again 2023-10-18 10:20:34 +02:00
README.md move glad to include again 2023-10-18 10:20:34 +02:00
build.sh compile for wayland 2023-10-18 10:12:05 +02:00

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

Optional, but recommended Packages:

sudo dnf install glfw-devel glfw glfw-doc glad