¿Se puede usar Manim Online?
En este video te mostraré una alternativa ONLINE para trabajar con Manim. Aprende a crear tus propias animaciones en Manim desde cero.
!sudo apt update !sudo apt install libcairo2-dev ffmpeg \ texlive texlive-latex-extra texlive-fonts-extra \ texlive-latex-recommended texlive-science \ tipa libpango1.0-dev !pip install manim !pip install IPython --upgrade
Ejecución
%%manim -ql -v WARNING leccion21 class leccion21(Scene): def construct(self): titulo=Text("Colab Google Hola").move_to(UP * 2).scale(2) eqn=MathTex("c^2=a^2+b^2", color=YELLOW).scale(2) self.play(Write(titulo)) self.play(Write(eqn)) self.wait(3)
© Profesor Favián Arenas. 2023. Diseñado por HTML Codex