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.
- Host: GitHub
- URL: https://github.com/jingshing-python/pyopengl_shader_class
- Owner: JingShing-Python
- License: bsd-3-clause
- Created: 2022-08-01T16:44:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T10:30:25.000Z (over 3 years ago)
- Last Synced: 2025-01-25T23:41:05.317Z (12 months ago)
- Topics: class, glsl, pygame, pyopengl, shader, shaders
- Language: Python
- Homepage:
- Size: 584 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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的編寫方式和原理。