Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从源代码运行 python 应用程序,它具有:
from shader import ShaderProgram,ShaderCode
我不知道要下载什么+安装才能获得“着色器”。它非常不具体,在任何地方都找不到答案,有人知道这是什么模块吗?
这是一个 python / pyqt 应用程序。
如果您正在查看的程序是Inkspot(看起来像这样,因为除了“从着色器导入 ShaderProgram,ShaderCode”这个问题之外,它基本上是唯一的谷歌点击),着色器是属于该程序的另一个模块,而不是外部依赖。请在此处查看 shader.py 的来源。
我相信您正在寻找的应用程序是PyOpenGL。