-
```python
import numpy as np
import moderngl
import glm
import time
import math
import sys
from PyQt5 import QtWidgets
from PyQt5.QtOpenGL import QGLWidget
from PyQt5.QtOpenGL import QGLFor…
-
Hello! [Over at manim](https://github.com/ManimCommunity/manim) we are [currently looking into adding support for Python 3.13](https://github.com/ManimCommunity/manim/pull/3967), but are running into …
-
Hi, I want to save all videos in the directory.
When I tried to save videos by using HeadlessRenderer(), " **_moderngl.Error: the program belongs to a different context** " happened.
The first v…
-
Github: https://github.com/moderngl/moderngl
Documentation: https://moderngl.readthedocs.io/en/latest/
-
The VAO instance method uses the program id as a key to cache VertexArray internally.
However, if the original Program is released, and a new Program is created, the opengl id of the new Program m…
-
The `flycast_libretro` core, whether running Naomi or Dreamcast software, does not render correctly, similar to the issue with Vectrex rendering. It is using `ModernGlVideoDriver`. No errors are given…
-
I downloaded the Addon, installed it (to Blender 4.2) and installed moderngl in python. This was verified by opening Python inside Blender and running `import moderngl`.
Hydra does not seem to reco…
-
### Discussed in https://github.com/moderngl/moderngl/discussions/682
Originally posted by **hrbigelow** March 30, 2024
I am interested in using both moderngl and [jax](https://github.com/goog…
-
code:
import moderngl
if __name__ == "__main__":
mgl_ctx = moderngl.create_context(standalone=True, backend='egl', device_index=0)
error:
Traceback (most recent call last):
File "/data…
-
Another Step error :)
generate segments...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████|…