An open API service indexing awesome lists of open source software.

https://github.com/jingshing-python/pyopengl_shader_class

You can import this file to add a shader.
https://github.com/jingshing-python/pyopengl_shader_class

class glsl pygame pyopengl shader shaders

Last synced: 10 months ago
JSON representation

You can import this file to add a shader.

Awesome Lists containing this project

README

          

# Pyopengl_shader_class
You can import this file to add a shader.

this shader now can only use in pygame.

將ModernGL拋諸腦後吧,一個全新的pyOpenGL的Class出來了,這個class可以方便的創造你自己的shader的物件。

但是需要自己研究一下擴充的內容和shader的製作,推薦學習一下glsl的編寫方式和原理。