spoonless / pyglviewer

Let's play with OpenGL in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Let's play with OpenGL in Python

License:MIT License


Languages

Language:Python 100.0%