12 lines
388 B
Markdown
12 lines
388 B
Markdown
|
# 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
|
||
|
```
|