https://github.com/knifa/matryx-shadertoy
https://github.com/knifa/matryx-shadertoy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knifa/matryx-shadertoy
- Owner: Knifa
- License: gpl-3.0
- Created: 2023-09-30T22:49:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:02:36.000Z (over 1 year ago)
- Last Synced: 2025-08-22T05:44:46.179Z (10 months ago)
- Language: C
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matryx Shadertoy
A client for the [led-matrix-zmq-server](https://github.com/Knifa/led-matrix-zmq-server) to generate procedural patterns with shaders using OpenGL.
## Prerequisites
- [libzmq](https://zeromq.org/) - A high performance asynchronous socket based messaging library, available from a variety of package managers
- [cppzmq](https://github.com/zeromq/cppzmq) - A C++ wrapper for ZeroMQ
## Building
The project can be built with cmake, for example with the following
```
cmake -B build
cmake --build build -j8
```