pygame_shaders
pygame_shaders copied to clipboard
pygame_shaders depends on moderngl but doesn't automatically install it when it is installed
To Reproduce Steps to reproduce the behavior:
- Install the latest version of pygame_shaders directly from Github like here: https://github.com/ScriptLineStudios/pygame_shaders/issues/9#issuecomment-1616721961
- Run
import pygame_shaders - Results in:
ModuleNotFoundError: No module named 'moderngl' - which requires a manual
pip install moderngl
Expected behavior For pygame_shaders to list moderngl as a dependency, so it is automatically installed with it