Veka
Running moderngl (and glcontext) python library
Hello! I'm trying to get moderngl python library working on termux.
First of all, I encountered this issue during installation
pip install moderngl
And fixed it with apt install xorgproto
, after which it installed correctly
Then I got an issue when running moderngl.create_context(standalone=True)
which complained about lack of libGL.so
, which I also fixed with apt install mesa
But now I get the following error, that I cannot solve
To clarify, the only thing I need moderngl library for is to attempt to compile GLSL shaders and check them for errors, via Context.program() and Context.compute_shader()14 replies