PyIGL_viewer icon indicating copy to clipboard operation
PyIGL_viewer copied to clipboard

Simple mesh viewer based on PyQt5 and PyOpenGL. Its purpose is mesh visualization for graphics research projects.

Results 2 PyIGL_viewer issues
Sort by recently updated
recently updated
newest added

I ran basic_display.py,but it failed. ``` Traceback (most recent call last): File "e:\programming\python\pyigl_viewer\PyIGL_viewer\viewer\viewer_widget.py", line 85, in initializeGL self.add_shaders() File "e:\programming\python\pyigl_viewer\PyIGL_viewer\viewer\viewer_widget.py", line 74, in add_shaders self.shaders[shader_name] = ShaderProgram(shader_name, os.path.join(dir_name, f), File...

There was an issue running the examples that was pointed out by this [issue](https://github.com/sunreef/PyIGL_viewer/issues/1#issue-1158458544). I simply turned off validation of the shader program to reveal the true problem was using...