This files serves as documentation for the pruning interface which we create using PySide2, and OpenGL. For rendering shaders, we utilize version 330 core of glsl.
To launch the interface, in a command prompt window, type:
python InterfaceMain.py
To help render text, we utilize the freetype-py library. To download use the command:
pip install freetype-py
This library allows us to use pre-existing fft files for different fonts to render in OpenGL.