-
The program incorrectly scales to a larger size if the "Display Scaling" is not at 100%. This causes performance issues as well as the displayed window itself is incorrect.
-
Hi,
I am wondering that the requirement of integrate pyimgui with other opengl libs.
(e.g. [modernGL ](https://github.com/moderngl/moderngl) )
It seems that one only need to reimplment the `imgu…
-
After using the application for a bit, it looks like clicks and some click releases aren't registered. My guess is that maybe some event handling code is too slow, and interferes with registering the …
-
Since moderngl-window are doing the context creation we might need to add a separate window for egl. Optionally the current headless window should be more configurable.
-
Does anyone face the same problem as I did?
I'm running preprocess.py exactly like below:
`PATH_TO_SCENES="/tmp/threed_front.pkl" python3 preprocess_data.py path_to_output_dir /Users/bobinkim/ATI…
-
Taichi noob here :D
What is the correct way to present a high-resolution gpu-computed image with minimal overhead?
Is there a way to directly write to a render target / framebuffer from a taichi…
-
Can't use manimgl because it say my openGL is outdated:
**### ValueError: Requested OpenGL version 330, got version 310**
I tried to uninstall & install PyOpenGL, even installed modernGl, though n…
-
Hi,
I am trying to render unsigned 8-bit integers to a texture using the 'rgba8ui' format, but it only outputs zeros. When I instead use the 'rgba8' format, it works. I don't see any error messag…
-
![image](https://user-images.githubusercontent.com/24822467/121467255-5c6bd380-c9eb-11eb-8e75-15c71eb30c8e.png)
now text visual show on the top front. I want to visual a large 3d graph, and mark ever…
-
Hello everyone, I will explain the current status of manim in this issue.
Now there are _three_ main manim versions, and their differences:
1. **The `master` branch of [3b1b/manim](https://github.…