glsl-basic/README.md

12 lines
388 B
Markdown
Raw Normal View History

2023-10-18 10:12:05 +02:00
# 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
```