/pyglviewer

Let's play with OpenGL in Python

Primary LanguagePythonMIT LicenseMIT

GL fragment shader viewer (in Python with PyGlet)

Use poetry to manage the code.

install

> poetry install

run

> poetry run viewer

You can visualize fragment shaders from the really impressive GLSL Sandbox Gallery (http://glslsandbox.com/).

Copy paste fragment shader source code on a local file and use:

> poetry run viewer -frag [path to fragment shader file]