https://github.com/moolen/gllock
OpenGL glitch screensaver
https://github.com/moolen/gllock
Last synced: 11 days ago
JSON representation
OpenGL glitch screensaver
- Host: GitHub
- URL: https://github.com/moolen/gllock
- Owner: moolen
- License: apache-2.0
- Created: 2018-09-13T07:26:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T18:41:46.000Z (over 7 years ago)
- Last Synced: 2025-02-23T19:46:29.227Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gllock
hackydacky opengl version of [glitchlock](https://github.com/moolen/glitchlock)
Shout out to [cstengel](https://github.com/cstegel) for his collection of [opengl samples](https://github.com/cstegel/opengl-samples-golang) and [yoichi kobayashi](https://github.com/ykob) for his [GLSL glitch](https://codepen.io/ykob/pen/GmEzoQ) implementation.

## Usage
Grab the latest version from the [releases page](https://github.com/moolen/gllock/releases).
```
$ gllock --help
Usage of gllock:
-debug
debug mode logs additional information (for instance your password)
-overlay string
specify a path to an image. it will be overlayed at the center of the screen. This image should be smaller than the screen dimensions.
-version
show version and exit
```