https://github.com/mrange/shaderss
A screen saver for Windows show casing amazing shaders created by talented people at www.shadertoy.com
https://github.com/mrange/shaderss
Last synced: 10 months ago
JSON representation
A screen saver for Windows show casing amazing shaders created by talented people at www.shadertoy.com
- Host: GitHub
- URL: https://github.com/mrange/shaderss
- Owner: mrange
- License: apache-2.0
- Created: 2018-12-31T23:56:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T18:28:58.000Z (over 7 years ago)
- Last Synced: 2025-08-24T20:42:44.388Z (10 months ago)
- Language: C
- Homepage:
- Size: 330 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaderss - Shader Screen Saver
## Purpose
A screen saver for Windows show casing amazing shaders
created by talented people at www.shadertoy.com
## Status
_Alpha_
This project is very much an alpha right now. Stuff TODO:
1. Better error messages
2. Better handling of older webgl drivers
3. More robust handling of the screen saver protocol
4. Reduced resolution for advanced shaders running on slower computers
5. Better documentation
6. More shaders!
## How to get going
1. Open the project in Visual Studio 2017 with VC++ support
2. Compile
3. Start program from command line: `shaderss.exe /dev` (Or configure VS to start debugging with /dev argument)
## How to install screen saver
1. Open the project in Visual Studio 2017 with VC++ support
2. Compile as Release
3. Rename shaderss.exe to shaderss.scr
4. Right click shaderss.scr in explorer and choose install.