3b1b/manim

when i run example by manimgl, circle displayed not coorectly

hashixuehua opened this issue · 5 comments

Describe the bug

when i run manim, circle displayed not coorectly.it seems has may lines around the circle.
image
image

Code:
from manimlib import *

class SquareToCircle(Scene):
def construct(self):
circle = Circle()
circle.set_fill(BLUE, opacity=0.5)
circle.set_stroke(BLUE_E, width=4)

    self.add(circle)

Wrong display or Error traceback:

Additional context

Windows;Python 3.10,

the version of manimgl is latest,clone and compiled at today.
the english letter Text is also occured the same question.
image
image

alternative,when the manimgl is displaying,my GPU's working state is as below picture.
image

DM me, I will fix this, it was happening to me too
Instagram:- @maths.visualization

3b1b commented

Is this still happening for you on the most recently updated version?

Is this still happening for you on the most recently updated version?

No, this was before the update. Now everything has been fixed but there is still a problem related to MIMCE. Whenever I run any big code, I get an attributes error.
Screenshot_2024-10-07_134941

3b1b commented

Okay, glad to hear it's working.

To your other concern, that sounds like a question for the community edition.