Can someone help me with running Grant's new codes with manimGL? Many thanks.
Closed this issue · 1 comments
I've installed manimGL version 1.6.1 along with the necessary dependencies listed in requirement.txt to virtual env(manimgl_test).As you can see from figures, the manimgl directory structures are identical.
When I try to run the simple Py code(test.py), I got this result (figure 3).
Which could be rendered perfectly in manimgl(Another virtual env, where I installed manimGL version 1.6.1 by git clone command. Of which the directory structure is a little different from grant's. As shown in figure below.
Later, after downloading the 2023_optics_puzzles folder, when I try to execute one of the py.files (bending_waves.py), things just don't work out, like what figures down below shows.
In a nutshell, virtual env manimgl seems to be better, after all test.py can be executed. But Grant's codes are more incompatible with it, since more bugs reported than excuted in manimgl_test virtual env.
Any opinion would be great opinion!