-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Manim Slides Showing Black Screen Only #402
Comments
jeertmans
added
bug
Something isn't working
and removed
question
Further information is requested
labels
Apr 8, 2024
jeertmans
changed the title
Support: Manim Slides Showing Black Screen Only
[BUG] Manim Slides Showing Black Screen Only
Apr 8, 2024
jeertmans
added
present
Related to the main "present" feature
qt
Related to Qt (or its Python binding)
labels
Apr 8, 2024
Hello @NikoMolecule, can you check with a smaller code, like this one from from manim import *
from manim_slides import Slide, ThreeDSlide
class BasicExample(Slide):
def construct(self):
circle = Circle(radius=3, color=BLUE)
dot = Dot()
self.play(GrowFromCenter(circle))
self.next_slide(loop=True)
self.play(MoveAlongPath(dot, circle), run_time=2, rate_func=linear)
self.next_slide()
self.play(dot.animate.move_to(ORIGIN)) Then: manim-slides render yourfile.py BasicExample And: manim-slides -v DEBUG BasicExample |
@jeertmans it outputed this: "python -m manim_slides, version 5.1.3" |
Oops, sorry, this was |
@jeertmans thx so much <33 |
Happy it solved your problem, and I am sorry for all the troubles with Windows! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please explain the issue you're experiencing (with as much detail as possible):
Hello, so i downloaded qt bindings and everything and manim_slides finnaly started running but i ran into the problem, where manim_slides only show black slides and nothing more. can anyone help me out to fix this problem?
this is code:
and this is the message before running manim_slides
The text was updated successfully, but these errors were encountered: