NAME
glsandbox-shaderdemo - Run shaders in a manner similar to www.shadertoy.com
VERSION
version 0.120
SYNOPSIS
glsandbox-shaderdemo [OPTIONS] SHADER_FILE [...]
glsandbox-shaderdemo --provider=GLX --fullscreen t/data/shader/seascape.frag
This script opens a generic OpenGL context (See OpenGL::Sandbox::make_context) and then renders shaders of your selection in a manner similar to www.shadertoy.com
OPTIONS
- --provider
-
The module used to create the OpenGL context. The default is to use the first working provider in the sequence of: GLFW, SDL, GLX, GLUT.
- --fullscreen
-
Request full screen. Support for this depends on which Context Provider you are using.
- --width=W
-
Width of window
- --height=H
-
Height of window
- --title=NAME
-
Title of window
AUTHOR
Michael Conrad <mike@nrdvana.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Michael Conrad.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.