Skip to content

Python wrapper for GlslViewer

Patricio Gonzalez Vivo edited this page Sep 29, 2019 · 1 revision

GlslViewer now ships with a Python package. It's essentially a wrapper that allows to compile, benchmark and render shaders from a Python script.

  1. First make sure you have the setup tools
sudo apt install python-setuptools
  1. Once you compile the binaries do
sudo make install_python