-
Hi, I've just downloaded manim and can't get one last thing to work. The InteractiveScene argument within the class (as opposed to just the scene) is not working. It just is not being recognised by py…
-
Hello,
I'm working on a live video modular synthetizer since few years.
With that perspective, I'm looking for solution to make its development easier,
by splitting engine and UI. In fact, I want …
-
It is impossible to install ModernGL.ext.obj. In a virtualenv virtual environment on Python 3.7.0, pip is unable to fund the extension for loading obj files:
```
pip install ModernGL.ext.obj==1.0.…
-
Hello,
I am trying to get started with CImGui.jl and seem to have trouble getting anything to work properly. I am running on a Windows 10 machine, with Julia 1.10.5.
I started a project and have…
moe93 updated
2 months ago
-
Hi, I tried to use simple-3dviz on mac, but it reported **moderngl.error.Error: cannot create program**. What should I do to deal with the problem? Thanks.
-
I would like to customize context creation for moderngl.
The current workaround is to hack on the create context function.
```py
import moderngl_window as mglw
import moderngl
moderngl.crea…
-
Traceback (most recent call last):
File "/data/zhangkaiwen/ivid-main/inference/sample.py", line 342, in
main(0, 1, seeds, modelviews, classes, cfg, cfg_uncond, cfg_cond)
File "/data/zhangk…
-
```julia
julia> using GLMakie
julia> scatter(rand(10^5), marker=FastPixel())
```
gives an empty plot:
![image](https://github.com/user-attachments/assets/ec86dea6-ad0c-4e84-806a-a67c9981cf75)
Wh…
-
Problems
1. ModernGL code can't debug with RenderDoc. (RenderDoc could't detect the OpenGL API)
2. ModernGL shader in/out variables and uniforms are strictly acquired being used after defined in CPU…
-
Dear Taichi team,
I was not able to use Taichi GGUI without a significant performance loss, is there any known bottleneck in GGUI ? Or things to disable, or not do, to get full performance ?
I …