Code Monkey home page Code Monkey logo

Comments (7)

jeertmans avatar jeertmans commented on June 2, 2024

Hello @NikoMolecule, can you check with a smaller code, like this one from example.py:

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

from manim-slides.

NikoMolecule avatar NikoMolecule commented on June 2, 2024

@jeertmans it outputed this: "python -m manim_slides, version 5.1.3"

from manim-slides.

jeertmans avatar jeertmans commented on June 2, 2024

Oops, sorry, this was manim-slides BasicExample -v DEBUG.

from manim-slides.

NikoMolecule avatar NikoMolecule commented on June 2, 2024

@jeertmans
image

from manim-slides.

jeertmans avatar jeertmans commented on June 2, 2024

This is likely similar to #315 (or even #377). Can you try manim-slides BasicExample --hide-info-window?

from manim-slides.

NikoMolecule avatar NikoMolecule commented on June 2, 2024

@jeertmans thx so much <33

from manim-slides.

jeertmans avatar jeertmans commented on June 2, 2024

Happy it solved your problem, and I am sorry for all the troubles with Windows!

from manim-slides.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.